Documentation
Nostimates API
The Nostimates API — the same data behind the dashboard, read-only, for teams that want it in their own systems. Submit prompts, pick surfaces and markets, and read back who was cited and mentioned with a 95% interval on every rate. Everything is collected from the real interfaces — never from provider APIs.
curl -X POST https://api.nostimates.com/v1/runs \
-H "Authorization: Bearer $NOSTIMATES_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "best CRM for B2B sales",
"surfaces": ["google_ai_overviews", "chatgpt", "perplexity"],
"country": "US",
"language": "en",
"samples": 10,
"webhook_url": "https://your-app.example.com/hooks/nostimates"
}'Getting started
Core concepts
API reference
Runs
Create a tracking run, read its status, and fetch parsed results with distributions.
Evidence
Pull the raw AI answers behind any number so a skeptical client can see the receipts.
Webhooks
Receive completed runs and alert events without polling.
Errors and rate limits
Status codes, error shapes, quota behaviour and what to retry.