Language Identification

Identifies the language (e.g., en-IN, hi-IN) and script (e.g., Latin, Devanagari) of the input text, supporting multiple languages.

Authentication

api-subscription-keystring
API Key authentication via header

Request

This endpoint expects an object.
inputstringRequired
The text input for language and script identification. Max Input Limit is 1000 characters

Response

Successful Response
request_idstring or null
language_codestring or null
The detected language code of the input text. Available languages: - **`en-IN`**: English - **`hi-IN`**: Hindi - **`bn-IN`**: Bengali - **`gu-IN`**: Gujarati - **`kn-IN`**: Kannada - **`ml-IN`**: Malayalam - **`mr-IN`**: Marathi - **`od-IN`**: Odia - **`pa-IN`**: Punjabi - **`ta-IN`**: Tamil - **`te-IN`**: Telugu
script_codestring or null
The detected script code of the input text. Available scripts: - **`Latn`**: Latin (Romanized script) - **`Deva`**: Devanagari (Hindi, Marathi) - **`Beng`**: Bengali - **`Gujr`**: Gujarati - **`Knda`**: Kannada - **`Mlym`**: Malayalam - **`Orya`**: Odia - **`Guru`**: Gurmukhi - **`Taml`**: Tamil - **`Telu`**: Telugu

Errors