Language Detection API
Language Detection API — identify the language of any text with no model setup. **What it does:** Detects the language of input text across 187 languages (including regional and minority languages), returning ISO 639-1 and ISO 639-3 codes, the language name and a confidence score. **Endpoints:** - POST /api/v1/detect — detect language with confidence - POST /api/v1/detect/batch — detect up to 50…
Language Detection API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Detection | ||
| POST |
detectLanguage /api/v1/detect |
|
| POST |
detectLanguageBatch /api/v1/detect/batch |
|
| Reference | ||
| GET |
listLanguages /api/v1/languages |
|
Language Detection API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1.99 / month | — |
|
| ULTRA | $4.99 / month | — |
|
| MEGA | $9.99 / month | — |
|