Skip to main content
GET
Typescript (SDK)

Authorizations

Syllable-API-Key
string
header
required

Response

200 - application/json

Successful Response

Container for all TTS pronunciation overrides belonging to the sub-organisation.

Stored in the config_values table via ConfigDao. The Syllable API persists uploaded CSV pronunciation rules, and Bubblegum's PronunciationOverridesPlugin reads them to apply text replacements before TTS processing.

Example: dao = ConfigDao(db_session) await dao.register_model('tts.pronunciations', PronunciationOverridesDictionary)

pronunciations
PronunciationOverride · object[]
required
metadata
DictionaryMetadata · object
required

Audit metadata associated with a dictionary.

type
string
default:pronunciations_v1
Pattern: ^pronunciations_v\d+$
voices
Voices · object