Credits
Balance, burn rates, catalog, and checkout.
Usage summary
GET /api/v1/billing/usageRequires an org (API key or JWT). Returns balance, free extractions remaining, rate limit, trial status, grants, approximate pages by mode, and a recent ledger.
Catalog
GET /api/v1/billing/catalogLists credit packs (trial / pilot / operations / …) with credits, price metadata, and rate limits.
Checkout
POST /api/v1/billing/checkout
Content-Type: application/json
{ "product_key": "pilot" }Returns a hosted checkout URL. Trial can only be redeemed once per user (409 if already redeemed).
Burn rates
| Mode | Credits / page |
|---|---|
| Lite | 0.5 |
| Plus | 2.0 |
| Pro | 3.0 |
| Ultra | 8.0 |
Paid packs
| Pack | Price | Credits | ~Pro pages |
|---|---|---|---|
| Pilot | $79 | 500 | ~167 |
| Operations | $299 | 1,800 | ~600 |
| Network | $799 | 6,000 | ~2,000 |
| Platform | $1,999 | 18,000 | ~6,000 |
| Fleet | $4,999 | 54,000 | ~18,000 |
Pack credits are valid for 365 days (product policy). Free extraction and the $1 trial support Lite and Plus only (max 10 pages for the free grant). Pro and Ultra require a paid credit pack.
Rate limits
Exceeded limits return 429 with RATE_LIMIT_EXCEEDED and retry_after_seconds.