Dubany Video — AI Video Dubbing
Dubany Video turns any video into a fully dubbed version in 30+ languages. Send a source URL (direct file, HLS .m3u8, or YouTube), pick a target language, and get back a dubbed video + audio track + subtitles — with automatic speaker detection and natural-sounding voices. No voice training, no manual timing. Features - 🎙️ 30+ languages — natural TTS voiceover, not robotic - 👥 Speaker diarization…
Dubany Video — AI Video Dubbing endpoints
| Method | Endpoint | Description |
|---|---|---|
| estimate | ||
| POST |
estimate /estimate |
Synchronous, cheap metadata probe (no queue). Use it to show the user the video length and to fail fast on oversize media before spending a /dub request. |
| dub | ||
| POST |
dub /dub |
Enqueues the dub pipeline (download → diarize → ASR → translate → TTS → optional video mux). Returns a job_id immediately; poll GET /jobs/{job_id} for progress and final artifact… |
| jobs | ||
| GET |
getJob /jobs/{job_id} |
|
| Other endpoints | ||
| GET |
getJob /jobs/{job_id} |
Poll every ~5s until status is "done" or "failed". Polling is free — it never counts against the plan quota, including 404s. |
| POST |
estimate /estimate |
Synchronous, cheap metadata probe (no queue, no quota spend). Use it to show the user the video length and to fail fast on oversize media before spending a /dub request. |
| POST |
dub /dub |
Enqueues the dub pipeline (download → speaker detection → ASR → translate → TTS → video mux). Returns a job_id immediately; poll GET /jobs/{job_id} for progress and final… |
| POST |
transcribe /transcribe |
Speaker-labelled transcription with timings, optionally translated. No TTS and no video output — the artifacts are subtitle files and the per-segment JSON. Same async lifecycle… |
| GET |
getCapabilities /capabilities |
Static capability metadata — render language selectors and voice pickers from this so your client never drifts from the backend. |
Dubany Video — AI Video Dubbing pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $14.9 / month | — |
|
| ULTRA Recommended | $29.9 / month | — |
|
| MEGA | $59.9 / month | — |
|