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.

Changes

No recorded changes to this endpoint across all 1 revision of this API.