Skip to main content
Retrieves the current status and details of a specific video generation task.

Path Parameters

string
required
The unique identifier of the video.

Response

string
Unique identifier for the video.
string
Current status of the video generation:
  • pending - Queued for processing
  • processing - Currently being generated
  • completed - Ready for download
  • failed - Generation failed
string
The original prompt used for generation.
string
The model used for generation.
string
The dimensions of the video.
number
The duration of the video in seconds (available when completed).
integer
Unix timestamp of when the task was created.
integer
Unix timestamp of when the task completed (if applicable).
string
Error message if the generation failed.

Examples

Check Video Status

Poll Until Complete

Response Examples

Pending Video

Completed Video

Failed Video