Extract structured data from all major AI models
Collect AI responses at scale with our API.
Get parsed markdown, sources, query fan-outs and citations on all responses.
Monitor what AI models say about your brand, products, and competitors in real-time.
Example Request
POSTcurl -X POST https://api.cloro.dev/v1/monitor \
-H "Authorization: Bearer sk_live_your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"prompt": "What are the best electric vehicles?",
"model": "CHATGPT",
"country": "US",
"include": {
"markdown": true
}
}'