status reaches completed or failed.
Endpoint
Authentication
Path Parameters
string
required
The unique task identifier returned by the Create Video Task endpoint. Use the exact value of the
id field from the creation response.Response Fields
string
The unique task identifier.
string
Object type. Always
"video".integer
Unix timestamp of when the task was created.
string
The model used for this task (e.g.,
videos or videos_fast).string
Current task status:
queued— task is waiting in the processing queueprocessing— the model is actively generating the videocompleted— generation finished;video_urlis populatedfailed— generation failed; seeerrorfor details
string
Temporary download URL for the generated video. Only present when
status is "completed". null while the task is pending or processing.number
Actual output duration of the generated video in seconds. Only present when
status is "completed".string
Error message describing the failure reason. Only present when
status is "failed".Task Status Flow
queued → processing → completed or failed
Polling Advice
Result URL Notes
- Tasks that fail content policy checks will return
status: "failed"immediately - Tasks with heavier reference media (more images, longer videos) will take longer to complete