DocAI
How it worksPricingDocsTrustCookies
Sign inStart free
DocAI Docs
DocAI Docs
ProductOpenAPIDocAI APIAuthenticationPythonExtractJobs & batchCreditsErrorsIdempotencyConnectorsMCP

Credits

Balance, burn rates, catalog, and checkout.

Usage summary

GET /api/v1/billing/usage

Requires 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/catalog

Lists 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

ModeCredits / page
Lite0.5
Plus2.0
Pro3.0
Ultra8.0

Paid packs

PackPriceCredits~Pro pages
Pilot$79500~167
Operations$2991,800~600
Network$7996,000~2,000
Platform$1,99918,000~6,000
Fleet$4,99954,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.

Jobs & batch

Async batch extract and job polling.

Errors

HTTP status codes and structured error payloads.

On this page

Usage summaryCatalogCheckoutBurn ratesPaid packsRate limits