Extract structured data from
Google AI Mode responses
Get parsed markdown, sources and citations from AI Mode responses.
Monitor what AI Mode 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": "AIMODE",
"country": "US",
"include": {
"markdown": true
}
}'