API
Quota & limits
What counts against your plan, and what doesn't.
What counts
The API shares one quota with the web app — there is no separate API allowance.
- Running an audit (
POST /v1/audits) costs one check. - Reading results —
GET /v1/runs,GET /v1/runs/{id}, and the graph endpoint — is free. - Managing your API keys is free.
When you run out
When your check allowance is spent, POST /v1/audits responds with 402 Payment Required and a message explaining the limit. Reads keep working. The response detail tells you whether it's a plan limit or a daily cap.
During the beta
While GraphRanks is in beta there are no paid tiers — every account gets a flat daily allowance of checks that resets each day. Your current usage and remaining checks are always visible on the Usage tab of your account.