Get Video Status
get_video_statusCheck the status of one of your video jobs by task_id (from generate_video) or job_id. Returns status, a viewable view_url when finished, or the error if it failed. Poll this every ~20s — do not loop rapidly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | Alternatively, the job_id. | |
| task_id | No | Task id returned by generate_video. |