Intelligence API

A REST API for real-time event-driven market intelligence. Government contracts, regulatory disclosures, macro signals, and alternative data — organized into intelligence feeds, scored, and surfaced via a consistent JSON interface.

Quickstart

  1. Sign up and subscribe to the Developer plan.
  2. Open the Developer dashboard and create an API key.
  3. Use the key in the x-api-key header (or as a Bearer token).
bash
curl -H "x-api-key: $INTELLIGENCE_API_KEY" \
  "https://intelligence-beryl.vercel.app/api/v1/signals?min_score=70&limit=10"

What's covered

Machine-readable spec

OpenAPI 3.1 — generate clients, import into Postman/Insomnia, etc.

bash
curl https://intelligence-beryl.vercel.app/api/v1/openapi.json | jq '.info'

Status

Service health: GET /api/v1/health (open, no key required).