Create a new Video

Creates a new Video with the specified details

post/videos

Request body

namestring required
aspectRatio'16:9' | '9:16'

Select desired output aspectRatio: 16:9 or 9:16. Optional, default depends on used avatar.

enableAutoBrollsboolean

[DEPRECATED] Enable automatic B-roll generation and placement. When enabled, the system will analyze your content and automatically add relevant B-rolls to appropriate moments.

extrasobject

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

model'ARGIL_V1' | 'ARGIL_ATOM'

Model to use for the video generation.

Response

Successfully created Video

idstring uuid
namestring
createdAtstring date-time
updatedAtstring date-time
statusstring

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

videoUrlstring

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

videoUrlSubtitledstring

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

extrasobject

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

Changes