completed or failed.
Endpoint
Authentication
Path Parameters
string
required
The unique task identifier returned by the Create Video Task endpoint in the
id field.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.
viduq3-pro or viduq3-turbo).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
Direct download URL for the generated video (MP4 format). Only present when
status is "completed". null while processing.number
Actual output duration of the generated video in seconds. Only present when
status is "completed".number
Total token count consumed by this task. Populated after completion.
string
Error message describing the reason for failure. Only present when
status is "failed".Task Status Flow
The task moves through the following states:queued → processing → completed or failed
Polling Advice
Video URL Notes
- Videos are delivered in MP4 format
- The URL is a direct download link — no additional authentication required