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