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

# Authentication

> Kollie AI API Authentication

# Authentication

To authenticate API requests, you need to include an `X-API-Key` header with your API key in each request.

## Example

Here is an example of how to include the `X-API-Key` header in a request:

```bash theme={null}
curl -X GET "https://api.kollie.ai/api/v1/your-endpoint" \
  -H "X-API-Key: your_api_token"
```
