POST /api/v1/transcribe

Speech-to-text for Khmer and English audio. Multipart upload, returns JSON.

Authentication

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

Request

POST /api/v1/transcribe HTTP/1.1
Host: tmrone.cloud
Authorization: Bearer tmr_sk_...
Content-Type: multipart/form-data

audio: <binary>

Supported formats

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

Transcribe API | TMRONE Cloud