v1

latestOpenAPI 3.0.32026-07-24106305257.4 KB
Pronunciation Dictionaries

Create dictionary

post/pronunciation-dictionaries

Request body

namestring required

The name of the dictionary

descriptionstring

A description of the dictionary

tagstring

A tag for grouping and filtering dictionaries

Example request

{
  "name": "Brand names",
  "terms": [
    {
      "key": "D-ID",
      "value": "Dee-Eye-Dee"
    }
  ]
}

Response

idstring required

Unique identifier of the dictionary

namestring required

The name of the dictionary

descriptionstring

A description of the dictionary

sizenumber double required

The number of terms in the dictionary

created_atstring required

Dictionary creation time as iso-8601 string

created_bystring required

The user id of the user that created the dictionary

tagstring

A tag for grouping and filtering dictionaries

Example response

{
  "id": "dict_V1StGXR8_Z5jdHi6B-myT",
  "name": "Brand names",
  "size": 3,
  "created_at": "2026-06-03T13:56:54.995",
  "terms": [
    {
      "key": "D-ID",
      "value": "Dee-Eye-Dee"
    }
  ]
}