Video Dubbing API — Add AI Translation to Your Product
Simple REST API. Pay-per-minute pricing. No infrastructure to manage.
A REST API that lets you programmatically dub video and audio files into 10+ languages. Integrate AI dubbing into your app, platform, or workflow.
What Is the DubVid API?
The DubVid API is a REST API that lets you programmatically dub video and audio files into 10+ languages. Submit a source file (via URL or direct upload), specify target languages and options, and receive dubbed files back via webhook or polling.
Every feature available in the DubVid web app is accessible via the API: voice cloning, lip-sync, subtitle generation, multi-language output, and all supported file formats. The same quality, the same speed — integrated into your product.
Use the same simple credit system: 1 credit = 1 minute × 1 language at $0.30/credit. Add-ons for voice cloning, lip-sync, and subtitles work exactly the same way. Volume discounts are available for high-usage accounts.
Sample API Request
Dub a video into multiple languages with a single API call.
curl -X POST https://api.dubvid.me/v1/dub \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"source_url": "https://example.com/video.mp4",
"target_languages": ["es", "hi", "fr"],
"voice_type": "stock",
"lip_sync": false,
"subtitles": true,
"webhook_url": "https://yourapp.com/webhook"
}'{
"job_id": "dub_abc123xyz",
"status": "processing",
"estimated_time": "5-10 minutes",
"credits_used": 15.6,
"target_languages": ["es", "hi", "fr"]
}API Capabilities
Full access to every DubVid feature, programmatically.
File Upload or URL
Submit video/audio files via direct upload or provide a source URL. We fetch and process it for you.
Multi-Language Output
Select one or more target languages per request. Each language generates a separate dubbed file.
Voice Cloning via API
Enable voice cloning programmatically. Clone the speaker's voice for authentic multilingual output.
Lip-Sync Toggle
Enable or disable lip-sync per request. Best for talking-head video content.
Subtitle Generation
Toggle subtitle generation per request. Get SRT files alongside dubbed audio/video.
Webhook & Polling
Receive completion notifications via webhook or poll the status endpoint for progress updates.
Getting Started
From sign-up to first dubbed file in minutes.
Get Your API Key
Sign up and get your API key in seconds. Start making requests immediately.
Make Your First Request
Send a POST request with your source file URL, target languages, and options.
Receive Dubbed Files
Get notified via webhook or poll for status. Download the dubbed files when ready.
API Pricing
Same credit system. Volume discounts available.
Credit System
- •1 credit = 1 minute × 1 language (stock voice) — $0.30/credit
- •Voice clone: +1 credit/min per language
- •Subtitles: +0.2 credits/min per language
- •Lip-sync: +7 credits/min per language
- •$0.50 handling fee per job
Example
1 credit = 1 min × 1 lang = $0.30. Dub 100 minutes into 3 languages = $90 + $0.50/job handling
Add-ons: voice clone (+1 credit/min), lip-sync (+7 credits/min), subtitles (+0.2 credits/min) — all per language.
Volume discounts available for accounts processing 1,000+ credits/month. Contact us for custom pricing.
Start free with 2 credits. No credit card required.
Who Uses the API?
Teams and products that want dubbing built into their workflow.
EdTech Platforms
Auto-translate entire course libraries into multiple languages. Scale education globally.
Video Hosting Platforms
Offer dubbing as a built-in feature for your creators. Differentiate your platform.
Media Companies
Localize content at scale. Automate the dubbing pipeline for international distribution.
SaaS Products & Agencies
Translate onboarding videos, support content, and client deliverables programmatically.
Ready to Integrate AI Dubbing?
Get your API key, make your first request, and see the quality for yourself. 2 free credits included.
Request API Access