Skip to main content
PUT
Replace or create a term list

Authorizations

Authorization
string
header
default:DeepL-Auth-Key
required

Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>

Path Parameters

spoken_terms_id
string
required

A unique ID assigned to the Spoken Terms collection.

Body

lang
string
required

Language code (ISO 639-1) for this term list.

Example:

"en"

entries
string
required

Newline-separated list of terms, one term per line. Maximum 300 characters total.

Terms are case-sensitive. Each term must be non-empty, must not contain C0 or C1 control characters (such as tabs or newlines within a term), and must not have leading or trailing whitespace. Duplicate terms within a list are not allowed (comparison is case-sensitive).

Maximum string length: 300
Example:

"DeepL\nAPI\nwebhook\nintegration"

Response

Successfully replaced or created term list.

lang
string

Language code (ISO 639-1).

Example:

"en"

entry_count
integer

Number of terms in this list.

Example:

3