> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mwirelabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Conventions

> Language codes, audio encoding, and shared response fields.

Read this once. Every endpoint below assumes it.

### Language codes

All endpoints take a language code, not a display name.

| Language | Code  |
| -------- | ----- |
| Khasi    | `kha` |
| Garo     | `grt` |
| Kokborok | `trp` |
| Mizo     | `lus` |
| Nagamese | `nag` |
| Meitei   | `mni` |
| English  | `eng` |

### Audio

* Encoding: base64 in JSON (`audio_b64`), not multipart.
* Format: 16-bit PCM WAV, 16kHz mono, unless a route says otherwise.
* Max size: set per license, not a public default.

### Text

* UTF-8 only. Send Meitei in Bengali or Meitei Mayek script as written; do not transliterate first.

### Shared response fields

Every successful response includes:

| Field        | Type   | Description                                            |
| ------------ | ------ | ------------------------------------------------------ |
| `request_id` | string | Unique per call. Include this when contacting support. |

### Status labels

Each endpoint page shows one of:

| Label     | Meaning                                         |
| --------- | ----------------------------------------------- |
| `Live`    | In the current demo or a shipped licensed image |
| `Beta`    | Working, contract terms may still change        |
| `Planned` | Contract fixed, not yet in a shipped image      |

<Info>
  Placeholder host `<HOST>` is used throughout. Your licensed image ships with a real base URL and a runbook.
</Info>
