For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Connect
BlogHelp CenterAPI PricingSign up
OverviewElevenCreativeElevenAgentsElevenAPIReception AIAPI referenceChangelog
OverviewElevenCreativeElevenAgentsElevenAPIReception AIAPI referenceChangelog
  • API reference
    • Introduction
    • Authentication
    • Streaming
  • ElevenAgents
  • ElevenAPI
      • POSTCreate a pronunciation dictionary from a file
      • POSTCreate a pronunciation dictionary from rules
      • GETGet pronunciation dictionary
      • PATCHUpdate Pronunciation Dictionary
      • GETGet pronunciation dictionary by version
      • GETList pronunciation dictionaries
  • ElevenCreative
  • Core Resources
  • Workspace
  • Legacy
LogoLogo
Login
Login
Connect
BlogHelp CenterAPI PricingSign up
ElevenAPIPronunciation Dictionaries

Get pronunciation dictionary by version

GET
/v1/pronunciation-dictionaries/:dictionary_id/:version_id/download
GET
/v1/pronunciation-dictionaries/:dictionary_id/:version_id/download
$curl https://api.elevenlabs.io/v1/pronunciation-dictionaries/dictionary_id/version_id/download
Get a PLS file with a pronunciation dictionary version rules
Was this page helpful?
Previous

List pronunciation dictionaries

Next
Built with

Path parameters

dictionary_idstringRequired
The id of the pronunciation dictionary
version_idstringRequired
The id of the pronunciation dictionary version

Headers

xi-api-keystringOptional

Response headers

Content-Dispositionstring
Attachment filename

Response

The PLS file containing pronunciation dictionary rules

Errors

422
Unprocessable Entity Error