video-arrow-down-leftRetrieve a video

Get details of a generated video

get

Retrieves detailed information about a specific generated video.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
videoIdstringRequired

The ID of the generated video.

Responses
chevron-right
200

Generated video details retrieved successfully

application/json
idstringOptional

The unique identifier of the generated video.

jobIdstringOptional

The ID of the video generation job that created this video.

publicUrlstringOptional

The public URL of the generated video.

thumbnailUrlstringOptional

URL of the video's thumbnail.

namestringOptional

The name of the video.

createdAtstring · date-timeOptional

The date and time the video was created.

videoSizeBytesnumber · nullableOptional

The size of the video in bytes.

videoDurationSecondsnumber · nullableOptional

The duration of the video in seconds.

get
/generated-videos/{videoId}

Last updated

Was this helpful?