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

# Welcome to Audixa

> High-quality Text-to-Speech API with natural-sounding voices

Audixa is a powerful Text-to-Speech API that converts your text into natural, human-like speech. With support for multiple voices, languages, and customization options, Audixa makes it easy to add voice capabilities to your applications.

## Key Features

<Columns cols={3}>
  <Card title="Premium Voices" icon="microphone">
    Access a library of high-quality, natural-sounding voices in multiple accents and styles.
  </Card>

  <Card title="Fast Generation" icon="bolt">
    Generate speech quickly with our optimized async workflow and low-latency infrastructure.
  </Card>

  <Card title="Simple API" icon="code">
    Integrate in minutes with our straightforward REST API and official SDKs.
  </Card>
</Columns>

## How It Works

Audixa uses an **asynchronous workflow** for audio generation:

<Steps>
  <Step title="Submit Request">
    Send your text to the `/tts` endpoint with your chosen voice and settings. You'll receive a `generation_id` immediately.
  </Step>

  <Step title="Poll Status">
    Check the `/status` endpoint with your `generation_id` to monitor progress.
  </Step>

  <Step title="Download Audio">
    Once complete, the status response includes an `url` to download your WAV file.
  </Step>
</Steps>

## Get Started

<CardGroup cols={2}>
  <Card title="Quickstart Guide" icon="rocket" href="/quickstart">
    Generate your first audio in under 5 minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/guides/authentication">
    Learn how to authenticate your API requests.
  </Card>

  <Card title="Voice Library" icon="users" href="/guides/voice-library">
    Browse available voices and choose the right one for your use case.
  </Card>

  <Card title="API Reference" icon="terminal" href="/api-reference/introduction">
    Explore the complete API documentation.
  </Card>
</CardGroup>

## New to Audixa?

Every new account includes **10,000 free credits** to try out the service. [Sign up now](https://audixa.ai/dashboard?utm_source=docs) to get started.
