Paste your API key once and see your account live — plan, daily quota, calls used today — plus a one-click upgrade when you need more headroom.
⬢ Your key stays in this browser (localStorage) — it is only ever sent to dynamicfeed.ai, as the X-API-Key header.
# your key is stored in this browser — export it in your shell as $KEY curl -s "https://dynamicfeed.ai/v1/me" -H "X-API-Key: $KEY" # then any of the live feeds, same header: curl -s "https://dynamicfeed.ai/models?q=claude" -H "X-API-Key: $KEY" curl -s "https://dynamicfeed.ai/weather?city=sydney" -H "X-API-Key: $KEY"
Honest meter: checking this page calls /v1/me with your key, so each connect / refresh itself counts as 1 call of your daily quota.
Same data, same signatures, same single header on every tier — only the daily ceiling changes. Upgrades attach to the key you connected above and activate within a minute of checkout.
Notary plan (US$49/mo, 10,000 notarizations) lives at /notary · Scale & Enterprise at /enterprise · [email protected]