Skip to main content
GET
/
v1
/
pronunciation-dictionaries
/
{dictionary_id}
/
{version_id}
/
download
Get Pls File With A Pronunciation Dictionary Version Rules
curl --request GET \
  --url https://api.elevenlabs.io/v1/pronunciation-dictionaries/{dictionary_id}/{version_id}/download
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

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

Successful Response