Get the real user interface responses, with sources and citations, in markdown or other formats, at any scale.
curl -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 do you know about Tesla\'s latest updates?",
"country": "US",
"include": {
"markdown": true
}
}' {
"success": true,
"result": {
"organicResults": [],
"peopleAlsoAsk": [],
"relatedSearches": [],
"aioverview": {
"text": "...",
"sources": [],
"html": "...",
"markdown": "..."
}
}
}
Currently supporting the major SEO and AI SEO providers.
Ready for any scale, across multiple regions.
Direct LLM API integration has hidden costs and difficult scalability.
API responses are nothing like the UI.
APIs don't give the tools to influence SEO.
Each provider requires separate API integration, creating technical overhead.
Token-based pricing varies by model and provider, making costs unpredictable.
Easily extract markdown, text or HTML. We parse the relevant objects of each response, such sources, citations, query fan-out, shopping and others.
import requests
response = requests.post(
"https://api.cloro.dev/v1/monitor/aioverview",
headers={
"Authorization": "Bearer sk_live_your_api_key_here",
"Content-Type": "application/json"
},
json={
"prompt": "What do you know about Tesla's latest updates?",
"country": "US",
"include": {
"markdown": True
}
}
)
print(response.json()) {
"success": true,
"result": {
"organicResults": [
{
"position": 1,
"title": "Tesla Software Update 2024: FSD Beta and Range Improvements",
"link": "https://electrek.co/tesla-software-update-2024",
"displayedLink": "electrek.co",
"snippet": "Tesla's latest software update...",
"page": 1
}
],
"peopleAlsoAsk": [
{
"question": "What are the latest Tesla FSD features?",
"type": "LINK",
"title": "Tesla Full Self-Driving: Latest Features and Improvements",
"link": "https://tesla.com/fsd/features",
"snippet": "Tesla's FSD Beta now ..."
}
],
"relatedSearches": [
{
"query": "Tesla software update 2024.12",
"link": "https://google.com/search?q=tesla+software+update+2024.12"
}
],
"aioverview": {
"text": "Tesla's recent updates...",
"sources": [
{
"position": 1,
"url": "https://tesla.com/updates/fsd",
"label": "Tesla FSD Updates",
"description": "Latest Full Self-Driving improvements and capabilities including enhanced visual processing and neural network training"
}
],
"html": "<div class=\"markdown\"><h3>Tesla Recent Updates</h3><p>Tesla's recent updates...</p></div>",
"markdown": "### Tesla Recent Updates\n\nTesla's recent updates..."
}
}
}
All plans allow overages when credits are exceeded,
with extra
credits paid in the following invoice.
Each LLM provider requires different credit amounts per request:
Monitor your brand and your competitors, at global scale and with the best performance.
No credit card required.