Authorizations
Authentication with Authorization
header and DeepL-Auth-Key
authentication scheme. Example: DeepL-Auth-Key <api-key>
Body
Response
The function for creating a glossary returns a JSON object containing the ID of the newly created glossary and a boolean flag that indicates if the created glossary can already be used in translate requests.
A unique ID assigned to a glossary.
Example:
"def3a26b-3e84-45b3-84ae-0c0aaf3525f7"
Name associated with the glossary.
List of dictionaries contained in this glossary. Each dictionary contains a source and target language, as well as pairs of source and target entries.
The creation time of the glossary in the ISO 8601-1:2019 format (e.g.: 2021-08-03T14:16:18.329Z
).