Retrieve Spoken Terms entries
curl --request GET \
--url https://api.deepl.com/v3/spoken-terms/{spoken_terms_id}/entries \
--header 'Authorization: <api-key>'{
"lang": "en",
"entries": "DeepL\nAPI\nwebhook"
}{
"message": "Bad request"
}{
"message": "<string>",
"code": "invalid_content_type"
}{
"message": "Forbidden. Authorization failed or feature not available for your plan."
}{
"message": "<string>",
"code": "invalid_content_type"
}{
"message": "<string>",
"code": "invalid_content_type"
}Spoken Terms
Retrieve Spoken Terms entries
Get the actual terms for a specific language from a Spoken Terms collection
GET
/
v3
/
spoken-terms
/
{spoken_terms_id}
/
entries
Retrieve Spoken Terms entries
curl --request GET \
--url https://api.deepl.com/v3/spoken-terms/{spoken_terms_id}/entries \
--header 'Authorization: <api-key>'{
"lang": "en",
"entries": "DeepL\nAPI\nwebhook"
}{
"message": "Bad request"
}{
"message": "<string>",
"code": "invalid_content_type"
}{
"message": "Forbidden. Authorization failed or feature not available for your plan."
}{
"message": "<string>",
"code": "invalid_content_type"
}{
"message": "<string>",
"code": "invalid_content_type"
}Authorizations
Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>
Path Parameters
A unique ID assigned to the Spoken Terms collection.
Query Parameters
The language code (ISO 639-1) for the term list to retrieve.
Example:
"en"