video_status
Check the progress of an async video generation operation. Returns status updates: pending, processing, complete, or failed.
Instructions
Check the status of an async video generation operation. Returns progress info (pending, processing, complete, or failed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operationId | Yes | Operation ID from a previous generate_video, animate_image, or extend_video call |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operationId | Yes | ||
| done | Yes | ||
| progress | Yes | ||
| error | No |