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

# Quick Start

> How to use the Voicv API

## Authentication

The Voicv API uses API keys to authenticate requests. You can obtain your API key from your [Voicv Dashboard](https://voicv.com/my/api).

### Using Your API Key

All API requests must include your API key in the request headers. Add the following header to your requests:

```http theme={null}
X-API-KEY: your-api-key
```

<Note>
  Keep your API key secure and never share it publicly. If you believe your API
  key has been compromised, you can generate a new one from your dashboard.
</Note>

## Base URL

All API requests should be made to:
[https://api.voicv.com](https://api.voicv.com)
