Get the real user interface responses with source metadata including preview text, site information, creator details, and images, in markdown or other formats, at any scale.
curl -X POST https://api.cloro.dev/v1/monitor/grok \
-H "Authorization: Bearer sk_live_your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"prompt": "What are the latest developments in quantum computing 2025?",
"country": "US",
"include": {
"markdown": true
}
}' {
"success": true,
"result": {
"text": "Recent developments in quantum computing include breakthrough error correction methods, increased qubit stability, and practical applications in cryptography...",
"sources": [
{
"position": 1,
"url": "https://example.com/quantum-breakthrough",
"label": "MIT Technology Review",
"description": "Scientists achieve 99.9% qubit fidelity in room temperature conditions...",
"preview": "When looking for a programming laptop, prioritize RAM and processor power...",
"searchEngineText": "Top Development Laptops 2025",
"siteName": "TechCrunch",
"metadataTitle": "Ultimate Guide to Programming Laptops",
"creator": "Tech Team",
"image": "https://techcrunch.com/preview.jpg",
"favicon": "https://techcrunch.com/favicon.ico"
}
],
"html": "https://storage.cloro.dev/results/c45a5081-808d-4ed3-9c86-e4baf16c8ab8/page-1.html",
"markdown": "**Recent developments in quantum computing** include breakthrough error correction methods..."
}
}
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.
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/grok",
headers={
"Authorization": "Bearer sk_live_your_api_key_here",
"Content-Type": "application/json"
},
json={
"prompt": "What are the latest developments in quantum computing 2025?",
"country": "US",
"include": {
"markdown": True
}
}
)
print(response.json()) {
"success": true,
"result": {
"text": "Recent developments in quantum computing include breakthrough error correction methods, increased qubit stability, and practical applications in cryptography...",
"sources": [
{
"position": 1,
"url": "https://example.com/quantum-breakthrough",
"label": "MIT Technology Review",
"description": "Scientists achieve 99.9% qubit fidelity in room temperature conditions...",
"preview": "When looking for a programming laptop, prioritize RAM and processor power...",
"searchEngineText": "Top Development Laptops 2025",
"siteName": "TechCrunch",
"metadataTitle": "Ultimate Guide to Programming Laptops",
"creator": "Tech Team",
"image": "https://techcrunch.com/preview.jpg",
"favicon": "https://techcrunch.com/favicon.ico"
}
],
"html": "https://storage.cloro.dev/results/c45a5081-808d-4ed3-9c86-e4baf16c8ab8/page-1.html",
"markdown": "**Recent developments in quantum computing** include breakthrough error correction methods..."
}
}
All plans allow overages when credits are exceeded,
with extra
credits paid in the following invoice.
Each 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.