Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Telnyx API v2 key. Obtain from https://portal.telnyx.com

Body

Request body for creating a pronunciation dictionary.

name
string
required

Human-readable name. Must be unique within the organization.

Required string length: 1 - 255
Example:

"Brand Names"

items
object[]
required

List of pronunciation items (alias or phoneme type). At least one item is required.

Required array length: 1 - 100 elements

A single pronunciation dictionary item. Use type 'alias' to replace matched text with a spoken alias, or type 'phoneme' to specify exact pronunciation using IPA notation.

Response

Pronunciation dictionary created successfully.

Response containing a single pronunciation dictionary.

data
object

A pronunciation dictionary record.