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

Base URL

Authentication

Include your API key in the Authorization header:
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.