POST /api/v1/transcriptions
Transcribe one complete audio file. Returns the text only (no note).
Request — multipart/form-data
| Field | Required | Notes |
|---|---|---|
file | yes | Audio file (wav, mp3, m4a, ogg, webm). |
language | no | BCP-47 code. Auto-detected if omitted. |
Response
Errors
| Status | Reason |
|---|---|
| 400 | No file provided. |
| 401 | Invalid API key. |
| 502 | Upstream transcription failed. |