Language Detector
# Language Detector ## Get Your First Response in 2 Minutes **Step 1:** Subscribe to the Free plan and copy your API key. **Step 2:** Run this request: ``` GET /v1/detect?text=Bonjour%2C+comment+allez-vous+aujourd%27hui%3F ``` **Step 3:** You'll get back: ```json { "text_length": 38, "results": [ { "language": "FRENCH", "iso_code_639_1": "fr", "iso_code_639_3": "fra", "confidence": 0.9821 }, {…
Language Detector endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
HealthCheck /v1/health |
Returns the current health status of the API. Use this endpoint to verify the service is reachable before sending detection requests. No authentication is required. |
| Detection | ||
| GET |
DetectLanguage /v1/detect |
Detects the language of the supplied text and returns up to 5 candidate languages ordered by confidence score. Accepts 3 to 1000 characters. Covers 75 languages. |
Language Detector pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | — |
|
| ULTRA Recommended | $14.99 / month | — |
|
| MEGA | $49.99 / month | — |
|