Videos
Get video
Check the status of a video generation request
GET
Retrieve the current status and output of a video generation request. Use this endpoint to poll for completion after submitting a video with
POST /v1/videos.
Path parameters
The ID of the video to retrieve (returned from the generate endpoint).
Response
Unique identifier for the video.
Always
"video".Unix timestamp of when the video was created.
Unix timestamp of when the video finished generating.
null until completed.Unix timestamp of when the video output URL will expire.
null until completed.The generation status. One of
queued, in_progress, completed, or failed.The model used for generation.
The prompt used to generate the video.
The video duration.
Output dimensions as
"WIDTHxHEIGHT" (e.g., "1920x1080") or aspect ratio (e.g., "16:9").The generated video output. Only present when status is
completed.Error details. Only present when status is
failed.