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.
CommunityAPI StatusAPI PricingSign Up
DocumentationAPI ReferencesCookbookIntegrationDeveloper Tools
DocumentationAPI ReferencesCookbookIntegrationDeveloper Tools
  • API Reference
    • Introduction
    • Authentication
    • Access to Beta APIs
    • Meta Prompt Guide
  • Endpoints
      • POSTCreate
      • GETList
      • GETGet
      • PUTUpdate
      • DELDelete
LogoLogo
CommunityAPI StatusAPI PricingSign Up
EndpointsPronunciation Dictionary

List

||View as Markdown|
GET
https://api.sarvam.ai/text-to-speech/pronunciation-dictionary
GET
/text-to-speech/pronunciation-dictionary
$curl https://api.sarvam.ai/text-to-speech/pronunciation-dictionary \
> -H "api-subscription-key: <apiSubscriptionKey>"
1{
2 "dictionary_count": 2,
3 "dictionaries": [
4 "p_5cb7faa6",
5 "p_66671321"
6 ]
7}
Retrieve a list of all pronunciation dictionary IDs associated with the authenticated user.
Was this page helpful?
Previous

Get

Next
Built with

Authentication

api-subscription-keystring
API Key authentication via header

Response

Successful Response
dictionary_countinteger
Total number of pronunciation dictionaries owned by the user.
dictionarieslist of strings
List of dictionary IDs.

Errors

400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error