Get started with the cloro API in minutes. Learn how to get your API key, make your first monitoring request, and understand the response structure.
curl -X POST "https://api.cloro.dev/v1/monitor/chatgpt" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "prompt": "What do you know about Acme Corp?", "country": "US" }'
{ "success": true, "result": { "text": "Acme Corp is a fictional corporation that appears in many cartoons.", "sources": [] } }
Was this page helpful?