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