Retrieve video task
Videos
Retrieve video task
Poll a video generation task until it reaches completed, failed, or timeout.
GET
Retrieve video task
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Video task ID returned by POST /videos.
Response
Video task status
Video task ID.
Example:
"video_task_id"
Video task status.
Available options:
queued, in_progress, completed, failed, timeout Example:
"queued"
Completed output URLs. Empty or omitted until the task is completed.
Example:
Task error details for failed or timed-out tasks.
