Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cooloquiptyltd.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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 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.