Get started Introduction

Introduction

Munsit is the Arabic voice API. One key gets you natural Arabic speech, the most accurate Arabic speech recognition available, and everything in between. Here's the first call.

1

Your first call

Copy this, paste your key, run it.

curl
curl -X POST "https://api.munsit.com/api/v1/text-to-speech/faseeh-v1-preview" \ -H "x-api-key: $MUNSIT_API_KEY" \ -H "Content-Type: application/json" \ -d '{"voice_id":"...","text":"مرحبا بك في منصت"}' \ --output speech.wav
Response
// audio bytes — save and play
Need a key? Create one in the dashboard — free credits on signup, no card. Get an API key →
2

The whole surface

Every endpoint and agent plugin, all behind that one key. Nothing here is a separate signup.

3

Pick your path

Four common jobs. Each one is a guide that ends with working code.

4

Running it yourself

If you can't send audio to a cloud, you don't have to.

On-premises deployment. Run Munsit entirely inside your own data centre or private environment. Self hosting →Data privacy →
5

Build with an AI assistant

These docs are also an MCP server, so your assistant can read them itself instead of you pasting pages into a chat window.

terminal
claude mcp add --transport http munsit-docs https://docs.munsit.com/api/mcp
Five tools: search the docs, read a page, list every page, list every endpoint, and pull one endpoint's full schema. No key, no auth, nothing to install. MCP server →llms-full.txt →

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.