Videos

Get Videos

get

Get videos

Authorizations
api-keystringRequired
Responses
chevron-right
200

Successful Response

application/json
idstringRequired
namestringOptional
statusstring Β· enumRequired

An enumeration.

Possible values:
progressinteger Β· min: -1 Β· max: 100Optional

The videos rendering progress

Default: 0
req_idstringRequired
draft_idstringRequired

The id of the project created by this video request

source_draft_idstringOptional
recipe_idstringOptional
palette_idstringOptional

The palette_id used in this video

character_idstringOptional

The character_id used in this video

voice_idstringOptional

The character_id used in this video

video_player_urlstringRequired

the final videos url

download_urlstringOptional
get
/videos
200

Successful Response

Create Video From Source Draft

post

Create a video based on a source draft or a recipe_id

Authorizations
api-keystringRequired
Header parameters
workspace-idstringOptional
team-idstringOptional
Body
namestringOptional

The name of the project created by this request

source_draft_idstringOptional

The id of the project your video will be based on.

recipe_idstringOptional

The id of the recipe your video will be based on.

folder_idstringOptional

The id of the folder your video will be based on.

palette_idstringOptional

The palette_id of a color-palette you would like to use instead of the source project one. if no value is given, the source projects color-palette will be used.

character_idstringOptional

The character_id of a character you would like to use instead of the source projects one. if no value is given, the source projects character will be used.

voice_idstringOptional

The id of a voice you would like to use instead of the source projects one. if no value is given, the source projects voice will be used.

Responses
post
/videos

Get Video By Id

get

Get video by id

Authorizations
api-keystringRequired
Path parameters
video_idstringRequired
Responses
chevron-right
200

Successful Response

application/json
idstringRequired
namestringOptional
statusstring Β· enumRequired

An enumeration.

Possible values:
progressinteger Β· min: -1 Β· max: 100Optional

The videos rendering progress

Default: 0
req_idstringRequired
draft_idstringRequired

The id of the project created by this video request

source_draft_idstringOptional
recipe_idstringOptional
palette_idstringOptional

The palette_id used in this video

character_idstringOptional

The character_id used in this video

voice_idstringOptional

The character_id used in this video

video_player_urlstringRequired

the final videos url

download_urlstringOptional
get
/videos/{video_id}

List Videos

get

Get videos

Authorizations
api-keystringRequired
Responses
chevron-right
200

Successful Response

application/json
idstringRequired
namestringOptional
statusstring Β· enumRequired

An enumeration.

Possible values:
progressinteger Β· min: -1 Β· max: 100Optional

The videos rendering progress

Default: 0
req_idstringRequired
draft_idstringRequired

The id of the project created by this video request

source_draft_idstringOptional
recipe_idstringOptional
template_idstringOptional
palette_idstringOptional

The palette_id used in this video

character_idstringOptional

The character_id used in this video

voice_idstringOptional

The character_id used in this video

scenesany ofOptional

The videos scene description

or
video_player_urlstringRequired

the final videos url

download_urlstringOptional
correlation_idstringOptional

request correlation id

get
/videos
200

Successful Response

Get Video Metadata

GET /api/v1/videos/{video_id}/metadata

Headers

Name
Value

Content-Type

application/json

api-key

<key>

Response

Last updated