Skip to main content

Glossaries Overview

A glossary is a list of term pairs that controls how specific words are translated between a source and a target language. Use glossaries to keep product names, technical terms, or domain vocabulary consistent across your translations.

How glossaries work

Each glossary has a fixed source and target language and a set of term pairs (source term to target term). When you translate a transcript, Scriptix automatically applies any active glossary that matches the translation's language pair.

Translation is powered by DeepL or Google, chosen automatically based on which service supports the language pair. DeepL is preferred when available.

Glossary properties

  • Name (up to 100 characters) and optional description
  • Source and target language
  • Entry count (number of term pairs)
  • Active status: only active glossaries are applied during translation

What you can do

Access

Managing glossaries requires the ORGADMIN or CONTRIBUTOR role.

API endpoints

MethodEndpointPurpose
GET/api/v3/glossariesList glossaries
POST/api/v3/glossariesCreate a glossary
GET/api/v3/glossaries/:idGet a glossary
PATCH/api/v3/glossaries/:idUpdate a glossary
DELETE/api/v3/glossaries/:idDelete a glossary
GET/api/v3/glossaries/:id/entriesDownload entries as CSV
GET/api/v3/glossaries/supported_languagesList supported language pairs

See the Glossaries API for full request and response details.

Next steps