Language Detector Pro
Identifies the language of any text with high accuracy. Supports 100+ languages, returns ISO 639-1 code and confidence score. Works on short texts: tweets, reviews, chat messages. POST /detect — detect language of single text POST /batch — detect language for up to 100 texts Request: {"text": "Bonjour, comment allez-vous?"} Response: {"language": "French", "code": "fr", "confidence": 0.98}
Language Detector Pro endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Detect Language /detect |
Identify the language of any text with confidence score |
| POST |
Batch Detect /batch |
Detect language for up to 100 texts in one request |
Language Detector Pro pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 50 / hour |
|
| PRO | $9.99 / month | 1000 / hour |
|
| ULTRA | $24.99 / month | 8000 / hour |
|