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.

sortenumOptional

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

Allowed values:
sort_directionstringOptional

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_cursorstringOptional

The next cursor to use for pagination.

Errors