DocumentFlowAI DocsSign Up
API Reference

Usage & Billing

Check your current usage, monthly quota, and billing status programmatically.

Get Usage Stats

GET/v1/usage
bash
curl https://api.documentflowai.com/v1/usage \
  -H "Authorization: Bearer af_YOUR_API_KEY"
response.json
{
  "plan": "starter",
  "calls_used": 847,
  "calls_limit": 2000,
  "percent_used": 42,
  "reset_date": "2024-04-01",
  "daily": [
    { "date": "2024-03-25", "calls": 34 },
    { "date": "2024-03-26", "calls": 51 }
  ]
}

Plans & Quotas

PlanMonthly QuotaBatchPrice
Free100 docs$0 / mo
Starter2,000 docs$49 / mo
Growth10,000 docs$129 / mo
EnterpriseUnlimitedCustom