v1

latestOpenAPI 3.0.32026-07-24106305257.4 KB
Pronunciation Dictionaries

List dictionaries

get/pronunciation-dictionaries

Query parameters

limitinteger

Maximum number of dictionaries to return per page

Maximum number of dictionaries to return per page

tokenstring

Pagination token returned by a previous call

tagstring

Return only dictionaries with this tag

sort_by'modified_at' | 'name'

Field to sort by, defaults to modified_at

order'ascending' | 'descending'

Sort order, defaults to descending for modified_at and ascending for name

Response

tokenstring

Pagination token, pass as the token query parameter to fetch the next page

Example response

{
  "dictionaries": [
    {
      "modified_at": "2026-06-03T13:56:54.995",
      "id": "dict_V1StGXR8_Z5jdHi6B-myT",
      "name": "Brand names",
      "size": 3,
      "created_at": "2026-06-03T13:56:54.995"
    }
  ]
}