Dub Marketing Videos
Translate and dub your marketing videos into multiple languages to reach international audiences.
AI dubbing in any language
Translate audio or video into natural-sounding dubbed versions in any language using AI voice synthesis. Preserves timing and multiple speakers. Ideal for creators and businesses reaching international audiences.
Start an asynchronous dubbing job to translate audio or video into a target language. Provide a publicly accessible source URL and the desired target language code. Returns a dubbing_id to check status and retrieve the result with get_dubbed_audio.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "audio-dubber",
"skill": "dub_audio",
"input": {
"source_url": "https://example.com/video.mp4",
"target_lang": "es",
"source_lang": "en"
}
}' \
https://api.toolrouter.com/v1/tools/callCheck the status of a dubbing job and retrieve the translated audio file when complete. Provide the dubbing_id from a previous dub_audio call and the target language code. If processing is still in progress, returns the current status so you can poll again later.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "audio-dubber",
"skill": "get_dubbed_audio",
"input": {
"dubbing_id": "dub_abc123def456",
"language_code": "es"
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"audio-dubber","skill":"dub_audio","input":{}}' \
https://api.toolrouter.com/v1/tools/callTranslate and dub your marketing videos into multiple languages to reach international audiences.
Replace the voiceover on product demos with AI-generated narration in different languages or voices.
Clean up recordings by removing background noise, hum, wind, and environmental sounds.
Convert customer support call recordings to searchable text for quality assurance, training, and compliance.
Automatically dub videos into multiple languages with transcript extraction, translation, and AI voice generation.
Localize video content for international markets with transcript extraction, translation, dubbing, and localized thumbnails.
No. Start the job with `dub_audio`, then fetch the finished result with `get_dubbed_audio`.
Yes. It is built to preserve timing and speaker separation in the dubbed output.
Yes, if you know it. Setting `source_lang` improves accuracy, especially for mixed or accented audio.
Yes. Use `start_time` and `end_time` when you only need a segment translated.