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 |
| 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 |