Reference All endpoints

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.

1

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.

RegionBase URLDashboard
Global (Default)https://api.munsit.com/api/v1app.munsit.com
UAEhttps://ae.api.faseeh.ai/api/v1ae.app.munsit.com
Keys are per region. Each regional endpoint has its own dashboard. To use the UAE endpoint, you must sign up and generate your API key from the UAE dashboard at ae.app.munsit.com. API keys are not interchangeable between regions.
Data residency. If you have data residency requirements for the UAE, use the UAE regional endpoint (ae.api.faseeh.ai).
2

How to use

Four steps, and any endpoint below works against either region:

StepDo this
1 · Sign up on the correct dashboardUse app.munsit.com for the global endpoint or ae.app.munsit.com for the UAE endpoint.
2 · Choose your base URLSelect the regional endpoint that matches your dashboard.
3 · Include your API keyAdd your API key in the x-api-key header for authentication.
4 · Set Content-TypeInclude Content-Type: application/json for JSON requests.
3

Text to Speech & voices

Synthesis, streaming audio output, the voice catalogue, cloning, and Arabic diacritization.

4

Speech to Text

File transcription, live streaming, speaker separation and meeting summaries.

5

Understanding

Analysis on top of any transcript you've produced.

6

Audio

Clean audio before you use it — asynchronous denoise jobs with live progress.

7

Direct API calls

Only the base URL changes between regions.

curl · global
# Base URL: https://api.munsit.com/api/v1curl -X POST "https://api.munsit.com/api/v1/text-to-speech/faseeh-v1-preview" \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "voice_id": "ar-najdi-male-2", "text": "مرحبا بك في فصيح", "stability": 0.5, "streaming": true, "speed": 1 }'

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.