Query Task
/v1/videos/{video_id} with the id returned from the create call. The response shows the job’s current status, progress percentage (if available), and any errors. Typical states are queued, in_progress, completed, and failed. Poll at a reasonable interval (for example, every 10–20 seconds), use exponential backoff if necessary, and provide feedback to users that the job is still in progress.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
video_id | string | ✅ Yes | - | The identifier of the video task returned from the create call. |