โน๏ธAPI Information
๐จโ๐ป
Developer
Salman
๐ท๏ธ
Version
v2.0
โก
Method
GET
๐ฆ
Output
JSON with prompt text
๐Endpoint
GET
/?video_url={video_link}
video_urlrequired
Direct or webpage URL of the video to analyze.
๐ปExample Request
# Full URL
GET https://video2prompt.freeapihub.workers.dev/?video_url=https://x0.at/cupv.mp4
GET https://video2prompt.freeapihub.workers.dev/?video_url=https://x0.at/cupv.mp4
๐คResponse
// Success Response
{
"status": "success",
"frame_prompt": "A cinematic wide-angle shot of a sunset...",
"video_prompt": "Camera slowly pans left, light shifts..."
}
// Error Response
{
"error": "Missing video url"
}
{
"status": "success",
"frame_prompt": "A cinematic wide-angle shot of a sunset...",
"video_prompt": "Camera slowly pans left, light shifts..."
}
// Error Response
{
"error": "Missing video url"
}