Minutes of meetings
Structured transcription for Arabic meeting recordings. Upload meeting audio and get clean, readable output with duration and word-level timestamps — consistent Arabic meeting records ready for documentation and follow-up actions.
Endpoint
Authenticate with your API key in the x-api-key header. See Authentication.
| Header | Value |
|---|---|
x-api-key | YOUR_MUNSIT_API_KEY |
Upload the recording.
Request
Send the body as multipart/form-data. Processing is asynchronous and optimized for pre-recorded meeting audio: upload the recording, Munsit analyzes the content and generates a structured transcript, and you receive organized output with timing for easy review.
| Field | Type | Required | Description |
|---|---|---|---|
file | file | Yes | Meeting recording audio file — see supported formats. |
model | string | No | ASR model to use: munsit (default) or munsit-en-ar (mixed Arabic-English with code-switching). |
Response fields
The payload arrives under data, alongside statusCode and message.
| Field | Type | Description |
|---|---|---|
transcriptionId | string (UUID) | Meeting transcription ID. |
transcription | string | Full transcript. |
duration | number | Audio duration in seconds. |
timestamps | array of objects (word, start, end) | Word-level timing. |
originalTranscript | string | Raw verbatim transcript, before summarisation. |
summary | string | Generated meeting summary. |
attributes | object | Internal metadata blob persisted with the transcription. Prefer the named fields — treat this as unstable. |
audioUrl | string | Stored copy of the uploaded audio. See Audio retention. |
stats | object (fileName, fileSize, mimeType, creditsConsumed) | Upload metadata and the credits billed for this request. |
Go further
Downstream analysis and the other shapes of transcription.
Working with an AI assistant? Every page is available as Markdown: add .md to the URL, or send an Accept: text/markdown header. For the whole documentation in one request, point it at llms-full.txt; the page index is llms.txt. Or use Copy Page, top right.
