Create a new Video
Creates a new Video with the specified details
Authorizations
API key to be included in the x-api-key header
Body
An array of Moment items, each representing a portion of the complete video.
Subtitles settings for the video
Select desired output aspectRatio: 16:9 or 9:16. Optional, default depends on used avatar.
16:9
, 9:16
[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.
Configuration for automatic B-roll generation and placement.
Optional dictionary of custom key-value pairs to extend the video metadata. Maximum of 5 key-value pairs of 256 characters allowed
Optional configuration for background music
Response
Can be either IDLE
, GENERATING_AUDIO
, GENERATING_VIDEO
, DONE
or FAILED
.
An array of Moment items, each representing a portion of the complete video.
The url of the final avatar rendering video, containing all the moments merged.
The url of the final avatar rendering video with subtitles. Only available if subtitles are enabled.
Subtitles settings for the video
A dictionary of custom key-value pairs to extend the video metadata. Maximum of 5 key-value pairs of 256 characters allowed.
Was this page helpful?