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

# Voiceable.dev API

> Build powerful voice AI applications with our comprehensive API

## Welcome to Voiceable.dev API

Voiceable.dev provides a powerful API for managing voice agents, integrations, conversations, campaigns, and more. Build sophisticated voice AI applications with our easy-to-use REST API.

<Card title="Get Started" icon="rocket" href="/quickstart" horizontal>
  Start building with our quickstart guide
</Card>

## API Capabilities

<CardGroup cols={2}>
  <Card title="Agents" icon="robot" href="/api-reference/agents">
    Create and manage voice AI agents
  </Card>

  <Card title="Integrations" icon="plug" href="/api-reference/integrations">
    Connect with third-party services like ElevenLabs, OpenAI, and Anthropic
  </Card>

  <Card title="API Keys" icon="key" href="/api-reference/api-keys">
    Manage API keys for secure authentication
  </Card>

  <Card title="Conversations" icon="comments" href="/api-reference/conversations">
    Access conversation data and transcripts
  </Card>

  <Card title="Campaigns" icon="bullhorn" href="/api-reference/campaigns">
    Create and manage voice campaigns for bulk outreach
  </Card>
</CardGroup>

## Quick Links

<CardGroup cols={2}>
  <Card title="API Reference" icon="terminal" href="/api-reference/introduction">
    Complete API reference with all endpoints
  </Card>

  <Card title="Authentication" icon="lock" href="/api-reference/introduction#authentication">
    Learn about JWT tokens and API keys
  </Card>

  <Card title="Quickstart" icon="book" href="/quickstart">
    Get up and running in minutes
  </Card>
</CardGroup>
