GET
/
v1
/
pronunciation-dictionaries
/
{dictionary_id}
/
{version_id}
/
download
from elevenlabs import ElevenLabs

client = ElevenLabs(
    api_key="YOUR_API_KEY",
)
client.pronunciation_dictionary.download(
    dictionary_id="Fm6AvNgS53NXe6Kqxp3e",
    version_id="KZFyRUq3R6kaqhKI146w",
)
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

dictionary_id
string
required

The id of the pronunciation dictionary

version_id
string
required

The id of the version of the pronunciation dictionary

Response

200
text/plain
Successful Response

The response is of type file.