GET
/
v1
/
dubbing
/
{dubbing_id}
/
audio
/
{language_code}
from elevenlabs import ElevenLabs

client = ElevenLabs(
    api_key="YOUR_API_KEY",
)
client.dubbing.get_dubbed_file(
    dubbing_id="string",
    language_code="string",
)
This response does not have an example.

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

200
application/octet-stream
Successful Response

The response is of type file.