Get started with the cloro API in minutes.
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?