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