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

# Introduction

> Welcome to the Skaala API documentation. Build powerful integrations with our AI-powered receptionist platform.

# Welcome to Skaala API

Skaala provides a comprehensive REST API that enables you to integrate AI-powered phone receptionist capabilities into your applications. Our API allows you to manage bookings, contacts, calls, services, and more.

## What is Skaala?

Skaala is an AI-powered phone receptionist platform that combines:

* **Voice AI**: Natural conversational AI powered by ElevenLabs
* **Phone Integration**: Seamless telephony via Twilio
* **Smart Booking**: Automated appointment scheduling and management
* **CRM**: Built-in customer relationship management
* **Analytics**: Detailed call logs and performance insights

## Key Features

<CardGroup cols={2}>
  <Card title="RESTful API" icon="brackets-curly">
    Clean, predictable REST endpoints with JSON responses
  </Card>

  <Card title="Real-time Webhooks" icon="webhook">
    Get instant notifications for booking events, call completions, and more
  </Card>

  <Card title="OpenAPI Spec" icon="file-code">
    Full OpenAPI 3.1 specification with interactive playground
  </Card>

  <Card title="Multi-language" icon="language">
    Documentation available in English, Swedish, and Norwegian
  </Card>
</CardGroup>

## Getting Started

<Steps>
  <Step title="Get your API key">
    Sign up at [skaala.ai](https://www.skaala.ai) and generate an API key from your dashboard settings.
  </Step>

  <Step title="Make your first request">
    Try listing your bookings to verify authentication is working.
  </Step>

  <Step title="Explore the API">
    Browse our API reference to discover all available endpoints.
  </Step>

  <Step title="Set up webhooks">
    Configure webhooks to receive real-time notifications.
  </Step>
</Steps>

## Need Help?

<CardGroup cols={2}>
  <Card title="API Reference" icon="book" href="/api-reference/bookings/list-bookings">
    Browse all available endpoints
  </Card>

  <Card title="Guides" icon="map" href="/guides/webhooks">
    Step-by-step tutorials and examples
  </Card>

  <Card title="Support" icon="life-ring" href="https://www.skaala.ai/en/contact">
    Contact our support team
  </Card>

  <Card title="Dashboard" icon="gauge" href="https://www.skaala.ai/dashboard">
    Access your API keys and settings
  </Card>
</CardGroup>
