v1
latestOpenAPI 3.0.32026-07-267015229.9 KBPronunciation Dictionaries
List Pronunciation Dictionaries
List all pronunciation dictionaries for the authenticated user with pagination.
get/v2/pronunciation-dictionaries
Query parameters
limitinteger
Number of results per page. Range: 1-100.
pageinteger
Zero-based page number.
sort'asc' | 'desc'
Sort order by creation date.
Response
List of pronunciation dictionaries
Example response
{
"data": [
{
"pronunciation_dictionary_id": "pd_abc123def456gh",
"name": "Brand Terms",
"rules_count": 3,
"created_at": "2025-01-15T10:30:00Z",
"updated_at": "2025-01-15T10:30:00Z"
}
],
"total_count": 2,
"limit": 10
}