The Colloqui API is organized around REST. All requests use JSON and require Bearer token authentication.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.
Base URL
Authentication
Include your API key in theAuthorization header:
Pagination
List endpoints use cursor-based pagination. Passper_page (1–100) and cursor from the meta.next_cursor or meta.prev_cursor fields in the response.
