API Reference
Usage & Billing
Check your current usage, monthly quota, and billing status programmatically.
Get Usage Stats
GET
/v1/usagebash
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
| Plan | Monthly Quota | Batch | Price |
|---|---|---|---|
| Free | 100 docs | ✗ | $0 / mo |
| Starter | 2,000 docs | ✓ | $49 / mo |
| Growth | 10,000 docs | ✓ | $129 / mo |
| Enterprise | Unlimited | ✓ | Custom |