8K Intel Developer Docs

Build on real-time SEC 8-K filing intelligence. Access structured filing data, AI summaries, and sentiment analysis through REST API, WebSocket streaming, MCP, A2A, and webhooks.

Quickstart

1

Create an account

Sign up at 8kintel.com/signup — the app and web dashboard are free.

2

Subscribe to a Developer plan

Go to Settings → API Access and choose Developer ($29/mo) or Pro ($99/mo).

3

Create an API key

In Settings → API Keys, create a key. Include it as a Bearer token in all API requests.

4

Make your first request

Fetch the latest filings:

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.8kintel.com/api/v1/filings?limit=5

Base URL & Authentication

Base URL: https://api.8kintel.com
WebSocket: wss://ws.8kintel.com
MCP Endpoint: https://api.8kintel.com/mcp

All requests require a Bearer token in the Authorization header. Use your API key (Developer/Pro plans) or Cognito JWT access token.

Plans

Free
$0

Mobile app + web dashboard. No API access.

Developer
$29/mo

REST API (100 req/min), WebSocket, MCP, webhooks (5 endpoints).

Pro
$99/mo

Everything in Developer + A2A Protocol (1000 req/min), webhooks (25 endpoints).

Access Methods

Rate Limits

PlanRate LimitWebSocketWebhooks
Developer100 req/min1 connection5 endpoints
Pro1,000 req/min5 connections25 endpoints

Rate-limited responses return HTTP 429 with a Retry-After header.