CRELYTIC iQ Intel API

Programmatic access to de-identified tenant research, score history, industry benchmarks, and market demand signals. Same data that powers the iQ Intel dashboard.

Base URL: https://api.iqintel.crelytic.ai

All endpoints except /health require a Bearer API key. Get one by subscribing at pricing and visiting your API keys dashboard.

Quickstart

Fetch the latest snapshot for a company:

curl https://api.iqintel.crelytic.ai/v1/companies/starbucks \
  -H "Authorization: Bearer iqi_live_YOUR_KEY_HERE"

Response (abbreviated):

{
  "normalized_name": "starbucks",
  "display_name": "Starbucks Corporation",
  "industry": "Coffee & Quick-Service Restaurants",
  "composite_score": 84,
  "letter_grade": "B",
  "confidence": "High",
  "dimension_scores": {
    "Financial Stability": 88,
    "Market Position": 82,
    "Leadership & Governance": 68,
    ...
  },
  "strengths": [...],
  "risks": [...],
  "recommendation": "Approve ...",
  "captured_at": "2026-04-17T19:24:30Z"
}

What you get

  • Company snapshot — latest research across 7 dimensions, with confidence, narrative, and recommendation.
  • Score history — time-series of composite scores per company for drift + trend analysis.
  • Industry benchmarks — percentile bands and per-dimension averages vs. industry peers.
  • Company search — prefix-match lookup across our canonical company registry.
  • Market demand — state-level research-event volume, min-N aggregated.

Guarantees

  • De-identified. No customer attribution in any response. The platform never exposes who originated a research event.
  • Minimum-N aggregation. Market-demand responses suppress geographic cells below 5 events; industry benchmarks suppress quarters with fewer than 3 reports.
  • Commercial-entity only. No consumer data, no FCRA applicability. Research subjects are businesses.