Base URL
All requests go to:Authentication
Every request is authenticated with a Bearer token:Response shape
Monitor endpoints return asuccess flag and a result object:
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
The AI Assistant is here to help — ask it anything instead of browsing through the pages.
Reference for the cloro API: base URL, authentication, response envelope, and monitoring endpoints for ChatGPT, Gemini, Copilot, Perplexity, and Google.
https://api.cloro.dev
Authorization: Bearer YOUR_API_KEY
success flag and a result object:
{
"success": true,
"result": { "text": "...", "sources": [] }
}
Was this page helpful?