Skip to Content
API ReferenceVideo Generation

Video Generation

Create engaging videos using AI avatars and generated speech.

Generate Video

Create a video from text input.

POST /v1/video/generate

Request Body

ParameterTypeRequiredDescription
textstringYesThe script for the video.
avatar_idstringYesThe ID of the avatar to use.
voice_idstringYesThe ID of the voice for the avatar.
background_urlstringNoURL of a background image/video.

Get Video Status

Check the status of a video generation task.

GET /v1/video/{task_id}

List Avatars

Get a list of available avatars for video generation.

GET /v1/video/avatars

Last updated on