Account / Plans & limits
Plans & limits
There are four plans. They differ on four levers: how many documents you can generate per month, how fast you can send requests, how many API keys you can hold, and how long your generation history is kept.
The four plans
| Plan | Price | Monthly volume | Requests / min | API keys | History retention |
|---|---|---|---|---|---|
| Free | €0 | 50 | 5 | 1 | 7 days |
| Starter | €15 / mo | 1,000 | 30 | 2 | 30 days |
| Pro | €49 / mo | 5,000 | 120 | 5 | 90 days |
| Scale | €149 / mo | 25,000 | 300 | 10 | 365 days |
Prices are in euros. See the pricing page for the full comparison and to subscribe.
- Monthly volume is your generation quota per calendar month (UTC). Reaching it returns
limit_exceeded(429) until the next month. - Requests per minute caps burst throughput, since each call is a full render. Bursting past
it returns
rate_limited(429). See Rate limits & quotas. - API keys is the number of active (non-revoked) keys you can hold. See Authentication.
- History retention is how long generation metadata is kept before a daily purge removes it.
Free is a real, permanent tier
Free is not a trial. It is a standing plan with a 50/month quota, and it never expires. There is no free trial on the paid plans, and no separate Enterprise tier: if you need more than 25,000 a month, async generation, or stored output, the "Contact us" link on the pricing page is the way to reach us.
Entitlement: who may generate
- Free may always generate, bounded only by its monthly quota.
- Paid plans may generate while the subscription is active (including the dunning grace
period after a failed payment). If a paid subscription is canceled or lapses, calls return
payment_required(402) until billing is restored.
Templates, the editor, and the preview are always available regardless of plan; only the generation API consumes quota and depends on entitlement.
A note on storage and privacy
Generated PDFs are never stored, on any plan. Retention applies only to generation metadata (status, timestamps, template references, duration, and any request payload you explicitly opt a template into keeping). See Usage, history & metrics.
Changing plans
Manage your subscription from the Billing page in the dashboard, which opens secure, Stripe-hosted checkout and customer-portal pages. Your plan updates automatically once the change is confirmed.