Get Video Status
Retrieves the current status of a video generation job.Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The unique identifier of the video generation job returned by Create Video. |
Example Request
Response
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the video generation job. |
status | string | Current status of the job. |
Status Values
| Status | Description |
|---|---|
queued | The job is waiting to be processed. |
processing | The video is actively being generated. |
completed | Generation is finished. The video is ready to download. |
failed | Generation failed. Check the error details or retry. |