Input Video
- Output AD Text
- Output AD Video
Output AD Text
How It Works
Add Your Video
Upload media files or provide a URL. We support all major video formats.
Configure & Generate
Choose configuration options such as audio description (AD) type, language, format, and video category.
Get Descriptions in Text, Audio or Video
Poll for completion or use webhooks.
Quick Links
Quickstart
Get started in 5 minutes
API Reference
Explore all endpoints
Authentication
Secure your requests
Understand the parameters
AD Type
AD Type
- Extended AD: Comprehensive descriptions during natural pauses and gaps
- Standard AD: Concise descriptions only during existing dialogue pauses
Custom Instructions
Custom Instructions
Provide custom instructions to guide the AI for specific terminology, style preferences, or focus areas.
Output Formats
Output Formats
- JSON: Structured data with timestamps and text
- VTT: WebVTT
- EDL: Edit Decision List for video editors
- Audio: WAV audio track with audio descriptions (audio-only generation)
- Video: MP4 video with audio descriptions
API Endpoints
Upload Endpoints
| Endpoint | Method | Description |
|---|---|---|
/enterprise/api/upload_media | POST | Upload video via File or URL (Input) |
Generation Endpoints
| Endpoint | Method | Description |
|---|---|---|
/enterprise/api/generate_ad_text | POST | Generate text-only descriptions (Input: media_id, url, file) |
/enterprise/api/generate_ad_audio | POST | Generate audio-only track with text (Input: media_id, url, file) |
/enterprise/api/generate_ad_video | POST | Generate video with descriptions, and text (Input: media_id, url, file) |
Results Endpoint
| Endpoint | Method | Description |
|---|---|---|
/enterprise/api/get_results | GET | Get results (Input: media_id, url, file) |

