Extract structured data from
Google AI Overview responses
Get parsed markdown, sources and citations from AI Overview responses.
Monitor what Google AI Overview says about your brand in real-time.
No credit card required.
Example Request
POSTcurl -X POST https://api.cloro.dev/v1/monitor/aioverview \\
-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
}
}'