Usage & Quota

Check your current usage and remaining quota for the billing period.

GET/v1/usage

Returns current billing period usage and plan limits

Request

Requires authentication with a live API key.

cURL
curl https://api.statementparse.dev/v1/usage \
  -H "Authorization: Bearer sp_live_your_key_here"

Response

200 OK
{
  "plan": "starter",
  "statements_used": 142,
  "statements_limit": 500,
  "pages_processed": 856,
  "period_start": "2025-03-01",
  "period_end": "2025-04-01"
}

Response Fields

ParameterTypeDescription
planstringCurrent plan: "free", "starter", "growth", or "scale"
statements_usedintegerStatements parsed this billing period
statements_limitintegerMaximum statements allowed per period
pages_processedintegerTotal PDF pages processed this period
period_startstringStart of current billing period (ISO 8601)
period_endstringEnd of current billing period (ISO 8601)
i

Billing periods

Billing periods run from the 1st to the last day of each month (UTC). Usage resets automatically on the 1st.

Plan Limits

PlanStatements/moRate LimitPrice
Free5010/min$0
Starter500100/min$49/mo
Growth3,000100/min$199/mo
Scale10,000200/min$499/mo