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
| Parameter | Type | Required | Description |
|---|---|---|---|
text | string | Yes | The script for the video. |
avatar_id | string | Yes | The ID of the avatar to use. |
voice_id | string | Yes | The ID of the voice for the avatar. |
background_url | string | No | URL 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