Skip to main content
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

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