v1

latestOpenAPI 3.0.32026-07-267015229.9 KB
Pronunciation 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

total_countinteger

Total number of pronunciation dictionaries for the user

pageinteger

Current page number

limitinteger

Number of dictionaries per page

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
}