> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parzo.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Pricing

> Simple usage-based pricing. No surprises.

## Plans

| Plan           | Price      | Documents/month | Overage    |
| -------------- | ---------- | --------------- | ---------- |
| **Free**       | €0         | 100             | —          |
| **Starter**    | €24/month  | 500             | €0.055/doc |
| **Growth**     | €69/month  | 2,500           | €0.035/doc |
| **Scale**      | €179/month | 10,000          | €0.022/doc |
| **Enterprise** | Custom     | Unlimited       | Custom     |

## What's included in each plan

| Feature                    | Free | Starter | Growth | Scale      |
| -------------------------- | ---- | ------- | ------ | ---------- |
| Invoice extraction         | ✓    | ✓       | ✓      | ✓          |
| Vendor & buyer data        | ✓    | ✓       | ✓      | ✓          |
| Invoice & financial fields | ✓    | ✓       | ✓      | ✓          |
| Webhooks                   | —    | ✓       | ✓      | ✓          |
| Line items                 | —    | ✓       | ✓      | ✓          |
| Confidence score           | —    | —       | ✓      | ✓          |
| Validation flags           | —    | —       | ✓      | ✓          |
| Batch processing           | —    | —       | ✓      | ✓          |
| SLA 99.9%                  | —    | —       | —      | ✓          |
| Priority support           | —    | —       | —      | ✓          |
| White label                | —    | —       | —      | Enterprise |
| Custom schema              | —    | —       | —      | Enterprise |

## Free tier

The free tier includes 100 documents per month with full API access — no credit card required. Enough to integrate, test, and go live.

<Note>
  Free tier jobs are processed on a shared queue. For faster processing and higher concurrency, upgrade to a paid plan.
</Note>

## Overage pricing

Once you exceed your monthly quota, additional documents are billed at the overage rate for your plan. Overage decreases as you scale — we don't penalize growth.

| Plan    | Overage per document |
| ------- | -------------------- |
| Starter | €0.055               |
| Growth  | €0.035               |
| Scale   | €0.022               |

<Tip>
  If you consistently exceed your quota, upgrading is almost always cheaper than paying overage.
</Tip>

## FAQ

<AccordionGroup>
  <Accordion title="What counts as a document?">
    Each PDF submitted to `POST /v1/extract/invoice` counts as one document, regardless of page count or file size.
  </Accordion>

  <Accordion title="What happens when I hit my quota?">
    Requests return `429 quota_exceeded`. You can upgrade your plan at any time from the dashboard, or wait for your quota to reset at the start of the next month.
  </Accordion>

  <Accordion title="Can I cancel anytime?">
    Yes. Cancel from the dashboard at any time. You keep access until the end of your billing period.
  </Accordion>

  <Accordion title="Do you offer annual billing?">
    Coming soon — annual plans with 20% discount. Join the waitlist at [hello@parzo.dev](mailto:hello@parzo.dev).
  </Accordion>

  <Accordion title="Do you offer a trial on paid plans?">
    The free tier is your trial — 100 documents with no time limit and no credit card required.
  </Accordion>

  <Accordion title="What about Enterprise?">
    Enterprise includes white label, custom JSON schema, dedicated SLA, and volume pricing. Email us at [hello@parzo.dev](mailto:hello@parzo.dev).
  </Accordion>
</AccordionGroup>

## Questions?

Email us at [hello@parzo.dev](mailto:hello@parzo.dev)
