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.
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": "AIOVERVIEW",
"country": "US",
"include": {
"markdown": true,
"rawResponse": true
}
}'