> ## 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.

# Quickstart

## Introduction

Munsit provides a RESTful API that enables you to integrate Arabic text-to-speech capabilities into your applications. You can interact with the API through standard HTTP requests from any programming language or framework.

The API supports:

* High-quality Arabic voice synthesis
* Multiple Arabic dialects (Najdi, Hijazi, Emirati, and more)
* Streaming audio output
* Real-time text-to-speech conversion
* Customizable voice parameters (stability, speed)

## Getting Started

To get started with the Munsit API:

1. **Get your API key**: Sign up at [app.munsit.com](https://app.munsit.com/) (or [ae.app.munsit.com](https://ae.app.munsit.com/) for UAE) and generate an API key
2. **Choose your endpoint**: Use `https://api.munsit.com/api/v1` (global) or `https://ae.api.faseeh.ai/api/v1` (UAE). Each endpoint requires an API key from its corresponding dashboard. See [Endpoints](/api-reference/endpoints) for details.
3. **Make your first request**: Use the API endpoint with your API key in the `x-api-key` header
4. **Explore the documentation**: Check out the [Authentication](/api-reference/authentication) and [Endpoints](/api-reference/endpoints) guides

## Quick Resources

<CardGroup cols={2}>
  <Card title="Get API Key" icon="key" href="https://app.munsit.com//en/home">
    Generate and manage your API keys from the dashboard
  </Card>

  <Card title="Text To Speech API" icon="microphone" href="/api-reference/text-to-speech-stream">
    Learn how to use the Text-to-Speech API endpoints
  </Card>

  <Card title="Speech to Text API" icon="waveform-lines" href="/api-reference/transcriber">
    Upload audio and get Arabic transcription with streaming support
  </Card>

  <Card title="Minutes of Meeting API" icon="clipboard-list" href="/api-reference/minutes-of-meeting-transcriber">
    Transcribe meeting recordings with structured output
  </Card>
</CardGroup>
