Skip to content

Simple, month-to-month pricing

Every plan includes all 15 templates, raw-HTML rendering, signed webhooks, and the full API. No card needed for the free tier.
PlanPriceRenders / monthRate limitConcurrent renders
Free$010010 req/min1
Starter$9/mo1,00060 req/min2
Pro$29/mo10,000300 req/min5
Business$99/mo100,0001,000 req/min10
Terminal window
curl -X POST https://api.docjet.dev/v1/signup \
-H "Content-Type: application/json" \
-d '{"email":"you@example.com"}'

The response contains your API key (shown once — save it). You’re on the free tier immediately.

Upgrade — from the API, no dashboard needed

Section titled “Upgrade — from the API, no dashboard needed”

DocJet is built for agents, so upgrading is an API call. With your API key:

Terminal window
curl -X POST https://api.docjet.dev/v1/billing/checkout \
-H "Authorization: Bearer binfra_your_key" \
-H "Content-Type: application/json" \
-d '{"plan":"starter"}'

The response contains a Stripe Checkout url — open it, pay, and your key is upgraded automatically within seconds of payment. Plans are month-to-month; cancel any time (your plan stays active until the end of the paid period).

Payments are processed by Stripe. See Terms & Privacy for billing and tax details.

Email support@docjet.dev.