Create AI Clips
Extract viral short clips from long videos (YouTube, MP4) with AI-powered framing and subtitles.
Endpoint
Method: POST
URL: https://aiapi.vadoo.tv/api/create_ai_clips
Request Headers
| Header | Type | Required | Description |
|---|---|---|---|
| X-Api-Key | string | Yes | Your API key |
Request Body
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| video_url | string | Yes | - | URL of the source long-form video |
| num_highlights | number | No | 3 | Number of viral clips to extract |
| aspect_ratio | string | No | 9:16 | Target aspect ratio ("9:16", "1:1", or "16:9") |
| return_coordinates_only | boolean | No | false | If true, only returns bounding box coordinates without rendering the video. |
Response
{
"request_id": "123456789012"
}
Notes
- The
request_idcan be used to poll the status via the Get Video URL endpoint (using theidargument). - For long videos, processing time depends on the length and number of clips requested.
- Recommended for videos up to 30 minutes.