Create AI Captions
This API allows you to add AI captions to your videos.
Endpoint
Method: POST
URL: https://aiapi.vadoo.tv/api/add_captions
Request Headers
| Header | Type | Required | Description |
|---|---|---|---|
| X-Api-Key | string | Yes | Your API key |
Request Body
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| url | string | Yes | - | Public URL of the video to caption |
| language | string | No | English | Language of the video. See Supported Languages |
| theme | string | No | Hormozi_1 | Theme for captions. See Caption Themes |
Response
{
"vid": "123456789012"
}
Notes
- The
vidreturned is the video ID used to track generation. Use the Get Video URL endpoint to check status. - Max video size is 600MB or 10 minutes.
- Credits will be deducted based on the video duration.