Skip to main content
GET
/
v1
/
dubbing
/
{dubbing_id}
/
audio
/
{language_code}
Get Dubbed File
curl --request GET \
  --url https://api.elevenlabs.io/v1/dubbing/{dubbing_id}/audio/{language_code}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}
On the 8th of May 2024 we launched the Dubbing API for all ElevenLabs tiers

Headers

xi-api-key
string

Your API key. This is required by most endpoints to access our API programatically. You can view your xi-api-key using the 'Profile' tab on the website.

Path Parameters

dubbing_id
string
required

ID of the dubbing project.

language_code
string
required

ID of the language.

Response

Successful Response