Transcribe Minutes of Meeting
Speech to Text
Minutes of Meeting Transcriber
Upload meeting audio and receive structured transcription output.
POST
Transcribe Minutes of Meeting
Endpoint
POST /minutes-of-meeting/transcribe
Authentication
Request
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) |
Response
| 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 |
