Invoices, reports, contracts, certificates, tickets — all generated automatically via a single API call. No Puppeteer, no headless browsers, no servers.
One API powers every document type your business needs.
Auto-generate branded invoices from your billing system
Turn data into formatted business reports
Fill templates with dynamic data, add signatures
Completion and award certificates at scale
Event tickets, boarding passes, access cards
Warehouse and shipping documents from order data
POST your template ID and data. Get back a CDN-hosted PDF URL instantly.
POST /api/v1/generate/pdf
{
"template_id": "invoice-pro",
"data": {
"invoice_number": "INV-2025-001",
"client": "Acme Corp",
"items": [...],
"total": 4250.00
}
}{
"url": "https://cdn.getpicstream
.com/pdfs/...",
"pages": 2,
"size_kb": 84
}Returns a permanent CDN URL. Serve it directly or store the link in your database.
Connect your data, pick a template, and ship your first PDF in minutes. No infrastructure to manage.