Videos

Check Video Status (Image-to-Video)

Poll this endpoint to check the status of an image-to-video generation job. Use the id returned from the video creation response. Recommended polling interval: every 5 seconds, with a maximum timeout of 5 minutes. Once status is READY, the video_url field contains a presigned download URL.

get/api/v1/videos/get

Query parameters

videoIdstring required

The video ID returned from the image-to-video creation request

Response

Video status retrieved

idstring

Video job ID

status'GENERATING' | 'READY' | 'FAILED'

Current job status

video_urlstring nullable

Presigned download URL. Only present when status is READY.

Changes