🌍
15+ Languages
Support for major world languages including English, French, Spanish, German, Japanese, and more.
🎙️
Natural AI Voices
Powered by Google Chirp3 HD for incredibly natural-sounding voice synthesis.
⚡
Fast Processing
Optimized pipeline for quick turnaround. Most videos processed in minutes.
Quick Start
Start translating videos with just a few lines of code.
1. Get your API key
Contact us to get your API key.
2. Make your first request
curl -X POST https://your-domain.com/api/v1/translate \
-H "X-API-Key: your_api_key" \
-H "Content-Type: application/json" \
-d '{"video_url": "https://youtube.com/watch?v=...", "target_lang": "fr"}'
3. Check status & download
# Check job status
curl https://your-domain.com/api/v1/jobs/{job_id} \
-H "X-API-Key: your_api_key"
# Download when complete
curl -O https://your-domain.com/api/v1/download/{job_id}