Upload meeting audio and receive structured transcription output.
POST /minutes-of-meeting/transcribe
multipart/form-data
| Field | Type | Required | Description |
|---|---|---|---|
file | file | Yes | Meeting recording audio file |
model | string | No | ASR model to use: munsit (default) or munsit-en-ar (mixed Arabic-English with code-switching) |
| Field | Type | Description |
|---|---|---|
transcriptionId | number | Meeting transcription ID |
transcription | string | Full transcript |
duration | number | Audio duration in seconds |
timestamps | array of objects (word, start, end) | Word-level timing |