Skip to main content
POST
Create Pronunciation Dictionary
For AI agents, use https://docs.tavus.io/openapi.yaml for the full HTTP API contract.

Authorizations

x-api-key
string
header
required

Body

application/json
name
string
required

Name of the pronunciation dictionary. Max 255 characters.

Example:

"Brand Terms"

rules
object[]

List of pronunciation rules. Duplicate text values are not allowed. You can omit rules at creation and add them later via Update Pronunciation Dictionary.

Example:

Response

Pronunciation dictionary created successfully

pronunciation_dictionary_id
string

Unique identifier for the pronunciation dictionary.

Example:

"pd_abc123def456gh"

name
string

Name of the pronunciation dictionary.

Example:

"Brand Terms"

rules
object[]

List of pronunciation rules.

rules_count
integer

Number of rules in the dictionary.

Example:

1

created_at
string

ISO 8601 timestamp of when the dictionary was created.

Example:

"2025-01-15T10:30:00Z"

updated_at
string

ISO 8601 timestamp of when the dictionary was last updated.

Example:

"2025-01-15T10:30:00Z"