Scoopkit

Three calls. One event feed.

Scoopkit is a REST API that collapses duplicate AI-industry headlines into one structured event.

session · start
  1. $ POST /v1/auth/magic-link {"email":"you@company.com"} → check inbox → open verify link
  2. $ export SCOOPKIT_KEY='sc_live_…' shown once · header X-Api-Key
  3. $ GET /v1/events?limit=5 -H "X-Api-Key: $SCOOPKIT_KEY"
{
{
  "id": "evt_…",
  "headline": "OpenAI releases new frontier model",
  "article_count": 40,
  "subcategory": "MODEL_RELEASE",
  "reported_at": "2026-07-28T12:00:00Z"
}

Get a key Open Swagger

Local / ops

Engineers: seed or CLI mint via uv run python -m scoopkit.scripts.create_api_key. Base URL local http://localhost:8000. Full notes in repo docs/public/getting-started.md.

Primary resource: event, not article. Free tier: 100 requests per day, 45-day archive. OpenAPI: https://api.scoopkit.dev/openapi.json. Slogan: Countless headlines in, one event out.