cURL
curl --request GET \ --url https://api.elevenlabs.io/v1/pronunciation-dictionaries/{pronunciation_dictionary_id}/
{ "id": "<string>", "latest_version_id": "<string>", "name": "<string>", "created_by": "<string>", "creation_time_unix": 123, "description": "<string>" }
Get metadata for a pronunciation dictionary
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.
The id of the pronunciation dictionary
Successful Response