> ## Documentation Index
> Fetch the complete documentation index at: https://docs.munsit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Minutes of Meetings

> Transcribe and structure Arabic meeting recordings for downstream analysis

Munsit provides structured transcription for Arabic Minutes of Meeting through a simple file-upload workflow.\
It is optimized for asynchronous processing of pre-recorded meeting audio and produces clean, readable output you can use for documentation and follow-up actions.\
This is ideal for teams that need consistent Arabic meeting records with clear structure and timing.

## How it works

1. **Upload meeting audio**: Send a supported meeting recording file.
2. **Asynchronous processing**: Munsit analyzes the content and generates a structured transcript.
3. **Get organized output**: Receive transcription with duration and word-level timestamps for easy review.

## Sample response

```json theme={null}
{
  "statusCode": 201,
  "data": {
    "transcriptionId": 1,
    "transcription": "لك كلما عمقت الآخرين أصبحت قزما...",
    "duration": 53.661375,
    "timestamps": [
      { "word": "الأشياء", "start": 0.24, "end": 0.31 }
    ]
  },
  "message": "Success"
}
```

## Related APIs

* [Minutes of Meetings API Reference](/api-reference/minutes-of-meeting-transcriber)
* [Keyword Extraction API Reference](/api-reference/stt-keyword-extraction)
