v3

OpenAPI 3.1.0MIT2026-07-31192456807.8 KB
Video

Fetch video metadata

Fetch video metadata

get/videos/{id}

Path parameters

idstring required

Identifier of video from create response.

Response

Success

idstring required

Unique identifier for the video job.

object'video'

The object type, which is always video.

modelstring required

The video generation model that produced the job.

status'in_progress' | 'completed' | 'failed' required

Current lifecycle status of the video job.

created_atnumber required

Unix timestamp (seconds) for when the job was created.

completed_atnumber

Unix timestamp (seconds) for when the job completed, if finished.

sizestring required

The resolution of the generated video.

secondsstring required

Duration of the generated clip in seconds.