All endpoints
Every route in the Munsit API on one page — regional base URLs first, then the full endpoint index grouped by product area. Everything authenticates the same way: your key in the x-api-key header.
Regional base URLs
Munsit provides regional API endpoints to ensure optimal performance and data residency compliance. Use the endpoint closest to your users or the one that matches your data residency requirements. All API functionality is identical across regions.
| Region | Base URL | Dashboard |
|---|---|---|
| Global (Default) | https://api.munsit.com/api/v1 | app.munsit.com |
| UAE | https://ae.api.faseeh.ai/api/v1 | ae.app.munsit.com |
ae.api.faseeh.ai).How to use
Four steps, and any endpoint below works against either region:
| Step | Do this |
|---|---|
| 1 · Sign up on the correct dashboard | Use app.munsit.com for the global endpoint or ae.app.munsit.com for the UAE endpoint. |
| 2 · Choose your base URL | Select the regional endpoint that matches your dashboard. |
| 3 · Include your API key | Add your API key in the x-api-key header for authentication. |
| 4 · Set Content-Type | Include Content-Type: application/json for JSON requests. |
Text to Speech & voices
Synthesis, streaming audio output, the voice catalogue, cloning, and Arabic diacritization.
Speech to Text
File transcription, live streaming, speaker separation and meeting summaries.
/listen.
POST/audio/diarization/transcribe→Transcribe with speaker diarization.
POST/diarization/{diarizationId}/sentiment-analysis→Sentiment analysis on a diarized transcript.
POST/minutes-of-meeting/transcribe→Transcribe and produce minutes of a meeting.
Understanding
Analysis on top of any transcript you've produced.
Audio
Clean audio before you use it — asynchronous denoise jobs with live progress.
Direct API calls
Only the base URL changes between regions.
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.
