Skip to main content

Data API docs · Datasets and the contract

This contract — the OpenAPI 3.1 document itself

GET https://usefootnote.com/api/data/v1/openapi.json

Public by design (it IS the documentation; auth would only stop the notebooks and tooling this audience works in). Static per deploy, cacheable for an hour.

Tier

Every tier. Free keys see the free window; Developer, Data Pro and Enterprise widen it — the exact figures below.

TierCallsBurstWARN window
Free50/day10/min30 days
Developer1,000/day30/min12 months
Data Pro10,000/day120/min24 months
Enterprise100,000/day600/minfull archive

Parameters

No parameters — the key is the only input.

Example

curl -s "https://usefootnote.com/api/data/v1/openapi.json" \
  -H "Authorization: Bearer fn_live_YOUR_KEY"

200application/json — this OpenAPI 3.1 document. Every response is { data, meta }; rate-limit headers (x-ratelimit-limit, x-ratelimit-remaining) ride on every call.

Clients

npx footnote-data wraps this endpoint at the prompt (see the package README); the remote MCP server at https://usefootnote.com/api/mcp exposes it as a tool for agents. Licensing: CC BY 4.0 for display with attribution; commercial use on Data Pro and above.

Need more depth than the free window? Developer is $29/mo, Data Pro $79/mo or $790/yr — plans on /data. Get a free key from your account.