Enterprise · Programmatic access

India Risk Pulse · API

REST API for the monthly composite India risk score + per-domain narratives. Bearer-token auth, JSON responses, MongoDB-backed sliding-window rate limits. DPDP-clean — we never store IPs, never log raw keys.

Starter
100
req / hour · Free
Enterprise
1000
req / hour · contact us
OpenAPI
Swagger docs
/api/docs/india-risk-pulse
Status
Live uptime
7-day calls + throttles
Endpoints
  • GET /full-report
  • POST /subscribe

Enterprise API access

Public self-serve is currently disabled. To get an API key for your team, email hello@riskpedia.co.in with a one-liner about your use case — we’ll issue a starter or enterprise key depending on your volume needs.

Quickstart

curl -H "Authorization: Bearer rpk_..." \
  https://riskpedia.co.in/api/india-risk-pulse/full-report

Replace rpk_... with the key issued above. Successful calls return JSON with edition, domains, and disclaimer. Rate-limit headers (X-RateLimit-Limit, X-RateLimit-Remaining) are returned on every response.

Made with Emergent