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
- Create a template in the visual editor.
- Define your variables (e.g.,
{{customer_name}}). - Send a batch request to our
/generateendpoint.
It's that simple.