Upload a pre-recorded audio file and receive Arabic transcription with timestamps.
POST /audio/transcribe
multipart/form-data
| Field | Type | Required | Description |
|---|---|---|---|
file | file | Yes | Audio file in a supported format |
| Field | Type | Description |
|---|---|---|
transcriptionId | number | Transcription identifier |
transcription | string | Full transcript text |
duration | number | Audio duration in seconds |
timestamps | array of objects (word, start, end) | Word-level timestamps |