v1

latestOpenAPI 3.0.32026-07-265278189.1 KB
ManageSpokenTerms

Replace or create a term list

Replace an existing term list for a language, or create a new one if it doesn't exist.

put/v3/spoken-terms/{spoken_terms_id}/term-lists

Path parameters

spoken_terms_idstring required

A unique ID assigned to the Spoken Terms collection.

Request body

langstring required

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

entriesstring required

Newline-separated list of terms. Maximum 300 characters total.

Example request

{
  "lang": "en",
  "entries": "DeepL\nAPI\nwebhook\nintegration"
}

Response

Successfully replaced or created term list.

langstring

Language code (ISO 639-1).

entry_countinteger

Number of terms in this list.

Example response

{
  "lang": "en",
  "entry_count": 3
}