v5
latestOpenAPI 3.1.02026-08-043621,4011.8 MBGet Pronunciation Dictionaries
Get a list of the pronunciation dictionaries you have access to and their metadata
Query parameters
Used for fetching next page. Cursor is returned in the response.
Used for fetching next page. Cursor is returned in the response.
How many pronunciation dictionaries to return at maximum. Can not exceed 100, defaults to 30.
How many pronunciation dictionaries to return at maximum. Can not exceed 100, defaults to 30.
Which field to sort by, one of 'created_at_unix' or 'name'.
Which field to sort by, one of 'created_at_unix' or 'name'.
Which direction to sort the voices in. 'ascending' or 'descending'.
Which direction to sort the voices in. 'ascending' or 'descending'.
Whether to include archived pronunciation dictionaries in the response.
Whether to include archived pronunciation dictionaries in the response.
Headers
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Response
Successful Response
Example response
{
"has_more": false,
"next_cursor": "5xM3yVvZQKV0EfqQpLr2",
"pronunciation_dictionaries": [
{
"created_by": "ar6633Es2kUjFXBdR1iVc9ztsXl1",
"creation_time_unix": 1714156800,
"description": "This is a test dictionary",
"id": "5xM3yVvZQKV0EfqQpLrJ",
"latest_version_id": "5xM3yVvZQKV0EfqQpLr2",
"latest_version_rules_num": 2,
"name": "My Dictionary",
"permission_on_resource": "admin"
}
]
}