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

# Introduction

> Your complete platform for Voice AI orchestration with UnleashX

# Your Complete Platform for Voice AI Orchestration

From customer service to recruitment, and everything in between. Voice Agents built on UnleashX handle thousands of inbound and outbound calls every minute.

<Card title="Get started" icon="rocket" href="/quickstart" horizontal>
  Go from idea to live calls in minutes, not weeks.
</Card>

## Power for devs. Simplicity for all.

Whether you prefer no-code simplicity or full developer control, UnleashX meets you where you are. Build powerful voice agents with clicks or code.

<Columns cols={2}>
  <Card title="API documentation" icon="terminal" href="/api-reference/introduction">
    Integrate UnleashX using our HTTP APIs in your apps and workflows.
  </Card>

  <Card title="Playground" icon="beaker" href="/api-reference">
    Configure, test, and iterate on agents instantly with our interactive API playground.
  </Card>

  <Card title="Phone calls" icon="phone" href="/phone-calls/supported-telephony">
    Set up telephony, purchase numbers, and make/receive calls.
  </Card>

  <Card title="Features" icon="puzzle-piece" href="/features/connect-providers">
    Explore guardrails, knowledgebases, variables, model switching, and more.
  </Card>
</Columns>

## Example: Trigger a call via API

```python theme={null}
import requests

url = "https://www.tryunleashx.com/v1/call"

payload = {
  "agent_id": "123e4567-e89b-12d3-a456-426655440000",
  "recipient_phone_number": "+10123456789",
  "from_phone_number": "+19876543007",
  "user_data": {"variable1": "value1"}
}

headers = {
  "Authorization": "Bearer YOUR_API_KEY",
  "Content-Type": "application/json"
}

response = requests.post(url, json=payload, headers=headers)
print(response.text)
```

## Multilingual, low-latency, enterprise-ready

* Natural conversations with under 300ms latency
* 50+ languages supported
* Connect ASR, LLM, and TTS models
* Enterprise pricing, on-premises deployments, and regional data residency

## Why Choose UnleashX?

### 🚀 **Rapid Deployment**

Get your voice agents up and running in minutes, not weeks. Our intuitive platform and comprehensive APIs make it easy to go from concept to production.

### 🎯 **Human-like Conversations**

Create voice agents that sound natural and engaging. Our advanced AI technology delivers conversations that feel authentic and build genuine connections.

### 📈 **Scale with Confidence**

From startup to enterprise, UnleashX grows with you. Handle thousands of concurrent calls with our robust, scalable infrastructure.

### 🔧 **Developer-Friendly**

Powerful APIs, comprehensive documentation, and interactive playgrounds. Build exactly what you need with the tools you love.

### �� **Global Reach**

Deploy voice agents in 50+ languages and reach customers worldwide. Our multilingual support ensures your agents can communicate effectively anywhere.

## Get Started Today

Ready to transform your customer interactions? Start building with UnleashX:

1. **Sign up** for a free account at [tryunleashx.com](https://tryunleashx.com)
2. **Create** your first voice agent in minutes
3. **Deploy** and start making calls
4. **Scale** as your business grows

***

*Join thousands of developers building the future of conversational AI with UnleashX.*
