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

# Welcome to Voxys Connect Developer Docs

> Your comprehensive guide to integrating with Voxys Connect - the omnichannel CPaaS platform for MENA businesses.

## What You'll Find Here

<CardGroup cols={3}>
  <Card title="Application APIs" icon="square-terminal" href="/api-reference/introduction">
    Manage agents, contacts, conversations, inboxes, and more
  </Card>

  <Card title="CRM APIs" icon="building" href="/api-reference/introduction#crm-apis">
    Leads, companies, pipelines, follow-up tasks, and deals
  </Card>

  <Card title="WhatsApp APIs" icon="message" href="/api-reference/introduction#whatsapp-apis">
    Templates, flows, catalogs, and message scheduling
  </Card>
</CardGroup>

<CardGroup cols={3}>
  <Card title="Campaigns" icon="megaphone" href="/api-reference/introduction#campaigns--messaging">
    Campaign management, scheduling, audience, and analytics
  </Card>

  <Card title="Appointments" icon="calendar" href="/api-reference/introduction#appointments">
    Booking, services, providers, and availability
  </Card>

  <Card title="AI & Analytics" icon="brain" href="/api-reference/introduction#ai--analytics">
    Customer Pulse sentiment analysis and reporting
  </Card>
</CardGroup>

## Authentication

All API requests require an `api_access_token` header.

```bash theme={null}
curl --request GET \
  --url https://connect.voxys.ai/api/v1/accounts/{account_id}/conversations \
  --header 'api_access_token: <your-token>'
```

You can find your token in:

* **User tokens**: Profile Settings > Access Token
* **Agent Bot tokens**: Settings > Integrations > Agent Bots

## Base URL

```
https://connect.voxys.ai/api/v1/accounts/{account_id}/
```

## Why Voxys Connect?

* **Omnichannel**: WhatsApp, Email, SMS, Voice, Social Media, and Web Chat in one platform
* **AI-Powered**: Captain AI with Arabic dialect detection and sentiment analysis
* **CRM Built-in**: Leads, companies, pipelines, and deal management
* **Workflow Automation**: Integrated Typebot and n8n for conversational workflows
* **MENA-Focused**: Arabic language support, regional payment gateways

## Support

* **Website**: [voxys.ai](https://www.voxys.ai)
* **Help Center**: [docs.voxys.ai](https://docs.voxys.ai)
* **Email**: [support@voxys.ai](mailto:support@voxys.ai)
