v1

latestOpenAPI 3.0.32026-07-1382010.9 KB
Text Analysis

Language Detection

Identifies what language a text is written in. Only languages that our API supports can be analyzed.

Returned labels:

  • language_code of the detected language
post/language-detection

Request body

idstring

id of the text.

textstring required

the text itself.

Response

Successful Response

idstring

id of the post.

detected_languagestring required

the detected language_code corresponding to the input text.