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

# API Reference

> Complete reference for the Colloqui REST API.

The Colloqui API is organized around REST. All requests use JSON and require Bearer token authentication.

## Base URL

```
https://colloqui-web-develop-btoadh.laravel.cloud
```

## Authentication

Include your API key in the `Authorization` header:

```
Authorization: Bearer YOUR_API_KEY
```

Generate an API key via [POST /api/v1/api-keys](/api-reference/api-keys/create) or from the dashboard under **Settings → API Keys**.

## Pagination

List endpoints use cursor-based pagination. Pass `per_page` (1–100) and `cursor` from the `meta.next_cursor` or `meta.prev_cursor` fields in the response.
