Videos

Get Videos

get

Get videos

Authorizations
api-keystringRequired
Responses
200

Successful Response

application/json
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
200

Successful Response

application/json
get
/videos/{video_id}

List Videos

get

Get videos

Authorizations
api-keystringRequired
Responses
200

Successful Response

application/json
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