v1
latestOpenAPI 3.0.02026-07-268285163.6 KBDetection
Detect language
Detect the language (including dialects) from a given input text using an external model.
post/detect-language
Request body
Example request
{
"text": "كِيفاش نجم نحل مشكلة في التصاور اللي ما يتبعوش وقتلي نبعثهم في الميسنجر ؟",
"api_key": "your-api-key",
"api_url": "https://your-model-provider.com/chat/completions"
}Response
Language successfully detected
Example response
{
"detected_lang": "aeb_Arab"
}