Skip to main content
POST
Create Pronunciation Dictionary

Authorizations

Authorization
string
header
required

API key from Settings > Developer > REST API

Headers

Moda-Version
enum<string>
default:2026-05-01

Calendar-dated API version pin. New integrations should pin 2026-05-01 to opt into the newest response shapes. For back-compat the server also accepts requests with no header and resolves them to the current default (today: 2026-04-12); that default advances on each sunset date. Any unsupported value returns 400 unsupported_version.

Available options:
2026-04-12,
2026-05-01
Example:

"2026-05-01"

Body

application/json

POST /v1/pronunciation-dictionaries body (section 4.4).

name
string
required
Required string length: 1 - 100
purpose
enum<string>
required
Available options:
workspace,
client
Example:

"workspace"

rules
PronunciationRuleInput · object[]
required
client_ref
string | null
Required string length: 1 - 200
description
string | null
Maximum string length: 500

Response

Successful Response

id
string
required
name
string
required
purpose
string
required
client_ref
string | null
required
description
string | null
required
created_at
string
required
latest_revision
integer
required
revision
object
required
object
string
default:pronunciation_dictionary
Allowed value: "pronunciation_dictionary"