Skip to main content
POST
Glossary terms control how specific words or phrases are handled during AI enhancement and translation.

Request body

string
required
The original term to add.
string
required
How to handle this term. One of:
  • do_not_translate — Keep the term as-is in all languages.
  • specific_translation — Use the provided translations.
  • context_dependent — Let the AI decide based on context.
boolean
default:"false"
Whether matching should be case-sensitive.
string
default:"custom"
A category for organizing terms.
object
Map of language codes to translated terms. Required when type is specific_translation.

Response

string
Unique term identifier.
string
The original term.
string
Term type.
boolean
Case sensitivity setting.
string
Term category.
object
Translation map.
string
ISO 8601 timestamp.