List pronunciation dictionaries

Get a list of the pronunciation dictionaries you have access to and their metadata

Headers

xi-api-keystringRequired

Query parameters

cursorstringOptional
Used for fetching next page. Cursor is returned in the response.
page_sizeintegerOptional>=1<=100Defaults to 30
How many pronunciation dictionaries to return at maximum. Can not exceed 100, defaults to 30.
sortenumOptionalDefaults to creation_time_unix

Which field to sort by, one of ‘created_at_unix’ or ‘name’.

Allowed values:
sort_directionstringOptionalDefaults to DESCENDING
Which direction to sort the voices in. 'ascending' or 'descending'.

Response

Successful Response
pronunciation_dictionarieslist of objects
A list of pronunciation dictionaries and their metadata.
has_moreboolean
Whether there are more pronunciation dictionaries to fetch.
next_cursorstring or null
The next cursor to use for pagination.

Errors