v1

latestOpenAPI 3.0.32026-07-24106305257.4 KB
Pronunciation Dictionaries

Clone dictionary

post/pronunciation-dictionaries/{id}/clone

Path parameters

idstring required

Unique identifier of a pronunciation dictionary

Example:dict_V1StGXR8_Z5jdHi6B-myT

Request body

namestring

The name of the cloned dictionary. Defaults to the source dictionary's name

tagstring

A tag for grouping and filtering dictionaries

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"
    }
  ]
}