T1Dub API
Integrate powerful video translation capabilities directly into your applications with our comprehensive RESTful API.
Quick Start
Get up and running with the T1Dub API in minutes
1
Get API Key
Sign up and generate your API key from the dashboard
2
Make Request
Send your video file with translation parameters
3
Get Results
Download your translated video when processing completes
API Endpoints
POST
/api/v1/translateSubmit a video for translation
file
source_language
target_language
voice_clone
GET
/api/v1/jobs/{job_id}Get translation job status
job_id
GET
/api/v1/jobs/{job_id}/downloadDownload completed translation
job_id
format
GET
/api/v1/languagesList supported languages
POST
/api/v1/voice-cloneCreate custom voice model
audio_samples
model_name
Code Examples
curl -X POST "https://api.t1dub.com/v1/translate" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: multipart/form-data" \
-F "file=@video.mp4" \
-F "source_language=en" \
-F "target_language=es" \
-F "voice_clone=true"Authentication
All API requests require authentication using Bearer tokens:
Authorization: Bearer YOUR_API_KEY
Rate Limits
• Free tier: 10 requests/hour
• Pro tier: 100 requests/hour
• Enterprise: Custom limits
• Rate limit headers included in responses
Ready to Start Building?
Get your API key and start integrating video translation into your apps today.