Status: Live for Khasi, Garo, and Mizo. Other pairs on request, same
POST /v1/translate.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Text translation. One endpoint, source and target codes.
POST /v1/translate.POST https://<HOST>/v1/translate
Authorization: Bearer <API_KEY>
| Field | Type | Required | Description |
|---|---|---|---|
text | string | Yes | Source text. |
source | string | Yes | Language code, e.g. grt. |
target | string | Yes | Language code, e.g. eng. |
{
"source": "grt",
"target": "eng",
"text": "translated text",
"request_id": "req_8f2a1c"
}
| Pair | Status |
|---|---|
| Khasi ↔ English | Live |
| Garo ↔ English | Live |
| Mizo ↔ English | Live |
| Other listed codes | On request |
