Conferences, concerts, seminars — generate branded tickets from templates. Batch processing handles thousands in one go.
Inject attendee name, seat number, and event details into your ticket template. Consistent branding, every time.
Pass your attendee list and get ticket PDFs for everyone in a single API call. No manual work needed.
Each ticket gets a unique download link with usage limits. Prevent unauthorized sharing and scalping.
curl -X POST /api/pdf/batch \
-H "Authorization: Bearer sk-your-key" \
-H "Content-Type: application/json" \
-d '{
"template": "event-ticket",
"items": [
{"variables": {"name": "Alice", "seat": "A-12", "event": "Tech Conf 2026"}},
{"variables": {"name": "Bob", "seat": "A-13", "event": "Tech Conf 2026"}}
],
"filename_pattern": "ticket-{{name}}.pdf"
}'Free plan includes 30 PDFs/month. No credit card required.