POST /api/v1/transcribe

Speech-to-text for Khmer and English audio. Raw audio body (octet-stream), returns JSON.

Authentication

Bearer token API key in the Authorization header. Keys start with ds_sk_.

Request

POST /api/v1/transcribe HTTP/1.1
Host: doslarb.cloud
Authorization: Bearer ds_sk_...
Content-Type: audio/wav

<raw binary audio bytes>

Supported formats

MP3, WAV, M4A, OGG, FLAC, OPUS. Browser MediaRecorder uploads accepted.