Engineering

How to Generate 10,000 Invoices in 5 Minutes

A deep dive into our high-performance API and how it handles bulk generation requests with ease.

Scale is hard. Generating a single PDF is easy, but what if you need to send end-of-month statements to 10,000 customers?

Our infrastructure is built on serverless architecture that scales horizontally. This means whether you send 1 request or 1,000 concurrent requests, our response time remains stable.

The API Workflow

  1. Create a template in the visual editor.
  2. Define your variables (e.g., {{customer_name}}).
  3. Send a batch request to our /generate endpoint.

It's that simple.