OpenAPI spec for glossary management
This page contains only a set of guides that is auto-generated from DeepL's OpenAPI file.
For more detail about glossary management, including information about request parameters, please see the Manage glossaries entry.
List supported glossary languages
Create a glossary
/glossaries
Name to be associated with the glossary.
My Glossary
The language in which the source texts in the glossary are specified.
en
da
, de
, en
, es
, fr
, it
, ja
, ko
, nb
, nl
, pl
, pt
, ro
, ru
, sv
, zh
The language in which the target texts in the glossary are specified.
de
da
, de
, en
, es
, fr
, it
, ja
, ko
, nb
, nl
, pl
, pt
, ro
, ru
, sv
, zh
The entries of the glossary. The entries have to be specified in the format provided by the entries_format
parameter.
Hello Guten Tag
The format in which the glossary entries are provided. Formats currently available:
tsv
(default) - tab-separated valuescsv
- comma-separated values
See Supported Glossary Formats for details about each format.
tsv
tsv
, csv
List all glossaries
Retrieve glossary details
Retrieve meta information for a single glossary, omitting the glossary entries.
/glossaries/{glossary_id}
A unique ID assigned to the glossary.
Retrieve glossary entries
List the entries of a single glossary in the format specified by the Accept
header.
/glossaries/{glossary_id}/entries
A unique ID assigned to the glossary.
The requested format of the returned glossary entries. Currently, supports only text/tab-separated-values
.
{"summary":"Tab-separated Values","value":{"in":"header","Accept":"text/tab-separated-values"}}
text/tab-separated-values
Delete a glossary
Last updated