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

# KolaVoice API

> Initial API documentation for launching outbound AI phone calls.

# KolaVoice API

This initial API exposes outbound AI phone calling over the same production path used by the dashboard.

## What is included

* Create an outbound call
* Fetch outbound call status and details
* Authenticate with an API key created from your dashboard

## Base URL

```bash theme={null}
https://cloud.kolavoice.com/api/v1
```

## Authentication

Use an API key created from the KolaVoice dashboard.

```bash theme={null}
X-API-Key: kva_live_xxxxxxxxxxxx_xxxxxxxxxxxxxxxxx
```

The API key belongs to the account that owns the agent and outbound phone number being used.

## Next steps

* Read the [authentication guide](/docs/guides/authentication)
* Read the [outbound calls reference](/docs/api-reference/outbound-calls)
