Check the current status of video generation
| Parameter | Type | Required | Description |
|---|---|---|---|
video_id | string | Yes | Unique identifier for the video (UUID format) |
200 OK status with the current video generation status:
| Status | Description |
|---|---|
pending | Video generation request received, waiting to start |
processing | Video is currently being generated |
completed | Video generation finished successfully |
failed | Video generation failed with an error |
processing, the progress field indicates completion percentage (0-100).
completed or failed, you can stop polling.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for the video
Status retrieved successfully
Unique identifier for the video
Current generation status
pending, processing, completed, failed Generation progress percentage
0 <= x <= 100Estimated completion time
Error message if generation failed