Language Detection
Accurate language detection API powered by statistical and neural analysis. Detect the language of any text input with confidence scores and ranked alternatives. Supports 100+ languages with ISO 639-1 codes. Ideal for multilingual applications, content routing, translation pipelines, and internationalization workflows. Fast response times with both GET and POST endpoints for flexibility.
Language Detection endpoints
| Method | Endpoint | Description |
|---|---|---|
| Detect | ||
| POST |
detectLanguagePost /v1/detect |
Detects the language of the provided text via JSON body. Supports text up to 10,000 characters for more accurate detection on longer content. Returns the most likely language… |
| GET |
detectLanguageGet /v1/detect |
Detects the language of the provided text. Returns the most likely language with an ISO 639-1 code, human-readable name, confidence score, and a ranked list of alternative… |
| Reference | ||
| GET |
listLanguages /v1/languages |
Returns the complete list of languages supported by the detection engine, including ISO 639-1 codes and human-readable names. Use this to build UI dropdowns or validate detection… |
| Utility | ||
| GET |
getHealth /health |
Returns the current health status of the API. This endpoint requires no authentication and can be used for uptime monitoring. |
| GET |
getDocs /v1/docs |
Returns links to API documentation, changelog, and support resources. |
| Other endpoints | ||
| POST |
detectLanguagePost /v1/detect |
Detects the language of the provided text via JSON body. Supports text up to 10,000 characters for more accurate detection on longer content. Returns the most likely language… |
| GET |
detectLanguageGet /v1/detect |
Detects the language of the provided text. Returns the most likely language with an ISO 639-1 code, human-readable name, confidence score, and a ranked list of alternative… |
| GET |
getHealth /health |
Returns the current health status of the API. This endpoint requires no authentication and can be used for uptime monitoring. |
| GET |
listLanguages /v1/languages |
Returns the complete list of languages supported by the detection engine, including ISO 639-1 codes and human-readable names. Use this to build UI dropdowns or validate detection… |
| GET |
getDocs /v1/docs |
Returns links to API documentation, changelog, and support resources. |
Language Detection pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 30 / minute |
|
| ULTRA Recommended | $49.99 / month | 150 / minute |
|
| MEGA | $199 / month | 500 / minute |
|