v1

latestOpenAPI 3.1.02026-08-04143345.6 KB
asyncVideoGeneration

Get job status

Poll the status of an async generation job. Status transitions through pendingprocessingcompleted or failed. When completed, the result object contains output URLs (see each endpoint's documentation for the available keys). Poll every 5 seconds and stop when the status reaches completed or failed. Status and output URLs are available for 24 hours after the job reaches a terminal state. After expiry this endpoint returns 404.

get/v2/{endpoint}/{id}

Path parameters

idstring required

Job ID returned from the submit endpoint.

endpoint'text-to-video' | 'image-to-video' | 'audio-to-video' | 'retake' | 'extend' | 'video-to-video-hdr' | 'video-to-video-reframe' required

The endpoint type used when submitting the job (e.g., text-to-video, image-to-video, audio-to-video, retake, extend, video-to-video-hdr, video-to-video-reframe).

Headers

Authorizationstring required

API key authentication

Response

Current job status

OR
OR
OR