Skip to main content
POST
Create Pronunciation Dictionary

Authorizations

x-api-key
string
header
required

API key for authentication. Passed via the x-api-key header.

Body

application/json

Pronunciation dictionary create schema.

name
string
required
language
string
required
description
string | null
rules
PronunciationRuleCreate · object[]

Response

Successful Response

Pronunciation dictionary response schema.

name
string
required
language
string
required
uid
string
required
org_uid
string<uuid>
required
created_at
string<date-time>
required
description
string | null
rules
PronunciationRuleResponse · object[]