For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Connect
BlogHelp CenterAPI PricingSign up
OverviewElevenCreativeElevenAgentsElevenAPIReception AIAPI referenceChangelog
OverviewElevenCreativeElevenAgentsElevenAPIReception AIAPI referenceChangelog
  • API reference
    • Introduction
    • Authentication
    • Streaming
  • ElevenAgents
  • ElevenAPI
      • GETList Dubs
      • POSTDub a video or audio file
      • GETGet dubbing
      • DELDelete dubbing
        • GETGet dubbed audio
  • ElevenCreative
  • Core Resources
  • Workspace
  • Legacy
LogoLogo
Login
Login
Connect
BlogHelp CenterAPI PricingSign up
ElevenAPIDubbingAudio

Get dubbed audio

GET
/v1/dubbing/:dubbing_id/audio/:language_code
GET
/v1/dubbing/:dubbing_id/audio/:language_code
$curl https://api.elevenlabs.io/v1/dubbing/dubbing_id/audio/language_code
Returns dub as a streamed MP3 or MP4 file. If this dub has been edited using Dubbing Studio you need to use the resource render endpoint as this endpoint only returns the original automatic dub result.
Was this page helpful?
Previous

Retrieve A Transcript

Next
Built with

Path parameters

dubbing_idstringRequired
ID of the dubbing project.
language_codestringRequired
ID of the language.

Headers

xi-api-keystringOptional

Response

The dubbed audio or video file

Errors

422
Unprocessable Entity Error