Endpoints
This page lists public and customer-facing endpoints. Internal routes under /api/internal/* are intentionally excluded. For detect request and response examples, see /docs/sending-text and /docs/common-errors.
API key endpoints
| Path | Methods | Auth | Purpose |
|---|---|---|---|
| /api/v1/detect | OPTIONS, GET, POST | API key | Language detection v1 with quota and rate limits. |
| /api/v2/detect | OPTIONS, GET, POST | API key | Language detection v2 with remote inference fallback. |
| /api/me | OPTIONS, GET | API key | Identity and workspace metadata for API-key callers. |
| /api/me/usage | OPTIONS, GET | API key | Current UTC-month billable usage and remaining quota. |
| /api/me/limits | OPTIONS, GET | API key | Effective workspace limits for the current key. |