GET
/
videos
/
{id}

Authorizations

x-api-key
string
header
required

API key to be included in the x-api-key header

Path Parameters

id
string
required

The id of the Video to retrieve

Response

200 - application/json
createdAt
string
extras
object

A dictionary of custom key-value pairs to extend the video metadata. Maximum of 5 key-value pairs of 256 characters allowed.

id
string
moments
object[]

An array of Moment items, each representing a portion of the complete video.

name
string
status
string

Can be either IDLE, GENERATING_AUDIO, GENERATING_VIDEO, DONE or FAILED.

subtitles
object

Subtitles settings for the video

updatedAt
string
videoUrl
string

The url of the final avatar rendering video, containing all the moments merged.

videoUrlSubtitled
string

The url of the final avatar rendering video with subtitles. Only available if subtitles are enabled.