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
- Sign up and subscribe to the Developer plan.
- Open the Developer dashboard and create an API key.
- Use the key in the
x-api-keyheader (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
- · Authentication — API keys, scopes, test vs live
- · Rate limits — sliding window, headers, plan ceilings
- · Errors — JSON envelope, status codes
- · Webhooks — HMAC verification, retry policy
- · Endpoints — full reference
- · Changelog
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).