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.
| Plan | Price | Renders / month | Rate limit | Concurrent renders |
|---|---|---|---|---|
| Free | $0 | 100 | 10 req/min | 1 |
| Starter | $9/mo | 1,000 | 60 req/min | 2 |
| Pro | $29/mo | 10,000 | 300 req/min | 5 |
| Business | $99/mo | 100,000 | 1,000 req/min | 10 |
Start free
Section titled “Start free”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:
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.
Questions
Section titled “Questions”Email support@docjet.dev.