Add word to a custom dictionary

For each language, only a single word entry is permitted. However, each word can have multiple specializations. When a word is first registered a default specialization is always created, which will match what is passed in. Subsequent calls with different specializations will only update the given specialization. The exact repacement that will be used is determined by the following order of preference:

voice name > language dialect > provider name > default

For example, a replacement specified for voice name sara will be picked over a replacement specified for provider azure.

Log in to see full request history
Body Params
string
Defaults to global

Language family, e.g. en or es.dictionary - use global to register a word globally (default).

string
required

Word to be replaced.

string
required

The replacement token. Can be either a plain string or a IPA token.

string

The content type of the supplied replacement, can be either basic (default) or ipa for phonetic replacements.

string

by default the supplied replacement will apply regardless of the supplied voice, language code or provider. However edge cases can be supplied, these can be either a valid; provider name, language code (i.e. en-gb) or voice name.

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json