Developer preview

Build on InMedia

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.

GET ave/summary · 200
curl https://api.inmediamonitoring.com/v1/ave/summary \
  -G --data-urlencode "keyword=Acme" \
     --data-urlencode "period=2026-07" \
  -H "Authorization: Bearer im_live_••••••••"
HomeResourcesAPI Documentation

The platform

Four ways to build on your coverage

REST API

Pull your coverage, AVE, and sentiment as clean, predictable JSON. Key-authenticated and rate-limited.

Preview

Webhooks

Get pushed the moment coverage lands — Tier-1 hits, sentiment spikes, and ready-to-send reports.

Preview

Integrations

Send InMedia into Slack, Google Sheets, Zapier, and your BI stack — the tools your team already lives in.

Coming soon

MCP · AI-native

Query your coverage straight from Claude and other AI assistants via the InMedia MCP server.

Coming soon

REST API

A clean, predictable JSON 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.

GET/v1/keywords
GET/v1/coverage
GET/v1/coverage/{id}
GET/v1/ave/summary
GET/v1/ave/by-publication
GET/v1/sentiment
GET/v1/reports
GET/v1/reports/{id}
request · curl
curl https://api.inmediamonitoring.com/v1/ave/summary \
  -G --data-urlencode "keyword=Acme" \
     --data-urlencode "period=2026-07" \
  -H "Authorization: Bearer im_live_••••••••"
200 · response
{
  "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 }
}
webhook · delivery
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

Don't poll. Get pushed.

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.new

A new article matched one of your keywords

coverage.tier1

A Tier-1 publication covered you

sentiment.spike

Sentiment shifted beyond your threshold

ave.milestone

A monthly AVE target was reached

report.ready

A scheduled report finished generating

risk.detected

A new reputational-risk item appeared

AI-native

Ask InMedia from your AI tools

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.

claude + inmedia mcp
# 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

Meet your stack where it is

Pre-built connections are rolling out through the preview. Start with Zapier for 5,000+ apps, then native Slack and BI connectors.

SlackSoon
ZapierSoon
Google SheetsSoon
MakeSoon
Power BISoon
Looker StudioSoon
HubSpotSoon
SalesforceSoon
NotionSoon
AirtableSoon
WhatsAppSoon
Claude · MCPSoon

Use cases

What teams build with InMedia

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

Private developer preview

Start building on InMedia

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.