Pull your coverage, AVE, and sentiment as JSON. Get real-time alerts pushed to your tools. Wire InMedia into Slack, your BI stack — even your AI assistant.
curl https://api.inmediamonitoring.com/v1/ave/summary \
-G --data-urlencode "keyword=Acme" \
--data-urlencode "period=2026-07" \
-H "Authorization: Bearer im_live_••••••••"The platform
REST API
Pull your coverage, AVE, and sentiment as clean, predictable JSON. Key-authenticated and rate-limited.
Webhooks
Get pushed the moment coverage lands — Tier-1 hits, sentiment spikes, and ready-to-send reports.
Integrations
Send InMedia into Slack, Google Sheets, Zapier, and your BI stack — the tools your team already lives in.
MCP · AI-native
Query your coverage straight from Claude and other AI assistants via the InMedia MCP server.
REST API
Every endpoint is key-authenticated over HTTPS and returns tidy JSON — the same numbers you see in the app, ready for your own dashboards and workflows.
/v1/keywords/v1/coverage/v1/coverage/{id}/v1/ave/summary/v1/ave/by-publication/v1/sentiment/v1/reports/v1/reports/{id}curl https://api.inmediamonitoring.com/v1/ave/summary \
-G --data-urlencode "keyword=Acme" \
--data-urlencode "period=2026-07" \
-H "Authorization: Bearer im_live_••••••••"{
"keyword": "Acme",
"period": "2026-07",
"currency": "INR",
"total_ave": 6720000,
"clips": 342,
"quality_score": 0.81,
"top_publication": "The Economic Times",
"sentiment": { "positive": 71, "neutral": 24, "negative": 5 }
}POST https://your-app.com/hooks/inmedia
{
"event": "coverage.tier1",
"keyword": "Acme",
"detected_at": "2026-07-30T09:14:22Z",
"article": {
"id": "art_9f2c8b",
"title": "Acme expands India cloud-security team",
"publication": "The Economic Times",
"tier": 1,
"sentiment": "positive",
"ave": 420000,
"url": "https://economictimes.indiatimes.com/…"
}
}Webhooks
Point a URL at InMedia and we'll POST a JSON payload the instant something happens — a Tier-1 hit, a sentiment swing, a finished report.
coverage.newA new article matched one of your keywords
coverage.tier1A Tier-1 publication covered you
sentiment.spikeSentiment shifted beyond your threshold
ave.milestoneA monthly AVE target was reached
report.readyA scheduled report finished generating
risk.detectedA new reputational-risk item appeared
The InMedia MCP server lets assistants like Claude query your coverage directly — no dashboard, no export. It's the same intelligence behind Ask Nova, opened up to the AI tools your team already uses.
Model Context Protocol · coming soon to the developer preview.
# With the InMedia MCP server connected in Claude:
You › What was Acme's AVE last month, and which
publication drove most of it?
Claude › Acme earned ₹67L in AVE across 342 clips in
July — 71% positive. The Economic Times drove the
most value (₹4.2L), led by a front-page feature.
(queried live via InMedia MCP)Integrations
Pre-built connections are rolling out through the preview. Start with Zapier for 5,000+ apps, then native Slack and BI connectors.
Use cases
Auto-post Tier-1 coverage to a Slack channel
Sync weekly AVE into a Google Sheet
Trigger a CRM task when a client gets press
Build custom AVE dashboards in Power BI
Ask InMedia from Claude via MCP
Pipe reputational-risk alerts to your on-call tool
The API and webhooks are in active development. Join the preview to get early access, shape the roadmap, and tell us which integrations to build first.