Update Brand GlossaryAsk AIpost https://api.heygen.com/v1/brand_voice/{brand_voice_id}Updates an existing brand glossary with specified changes.Path Paramsbrand_voice_idstringrequiredUnique identifier of the brand glossary to update. Can be retrieved from List Brand Voices endpoint.Body ParamsnamestringNew name for the brand glossary.blacklistarray of stringsList of words or phrases that should not be translated or modified. Typically includes brand names, proper nouns, or other protected terms (e.g., "HeyGen", "John Smith").blacklistADD stringwhitelistarray of stringsList of word pairs where each pair defines a source word and its enforced translation or form (e.g., ["Machine Learning", "ML"], ["Artificial Intelligence", "AI"])whitelistADD stringtonesarray of stringsList of tone keywords to influence how the voice speaks or how the translations are rendered (e.g., "professional", "friendly").tonesADD stringvocabularyarray of stringsList of word pairs that define custom pronunciations or phonetic spellings. Each pair includes the original word and its pronunciation. (e.g., ["HeyGen", "Hey-jen"], ["GIF", "JIF"])vocabularyADD stringtonestringOverall style, attribute, or manner of speech for the glossary. Guides how text is spoken or translated.Responses 200Brand glossary updated successfully - Expand to view the detailed response schema. 400Invalid parameters:whitelist is invalid.vocabulary is invalid.Updated 2 months ago