Skip to main content
POST
Classify Language

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Request model for language identification.

This model validates language identification requests with text input.

Fields

  • text — The text to identify the language of (3-200 characters).
text
string
required

The text to identify the language of

Required string length: 3 - 200

Response

Successful Response

Response model for language identification.

This model represents the response from language identification operations.

Fields

  • language — The identified language code (e.g., 'lug', 'eng', 'ach').
language
string
required

The identified language code