> ## Documentation Index
> Fetch the complete documentation index at: https://docs.faseeh.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

## Introduction

Faseeh 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 Faseeh API:

1. **Get your API key**: Sign up at [app.faseeh.ai](https://app.faseeh.ai) and generate an API key
2. **Make your first request**: Use the API endpoint with your API key in the `x-api-key` header
3. **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.faseeh.ai/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>
</CardGroup>
