Build document generation into your app with a single API call. Templates, webhooks, and ERP sync built in. Start in minutes.
No credit card required · 14-day free trial · $29/mo starter plan
60/min
Rate limit (Starter)
99.9%
API uptime SLA
<500ms
Avg response time
17
PDF templates
500
Docs/mo (Starter)
99.9%
Uptime SLA
<500ms
Avg response
7
ERP integrations
RESTful endpoints, JSON payloads, webhook callbacks — built for developers who ship.
POST to generate documents, GET to list templates, DELETE to manage. Consistent RESTful design with JSON everywhere.
Design templates in our drag-and-drop builder, then merge JSON data at API call time. One template, infinite documents.
Send HTML with CSS and we return a pixel-perfect PDF. Supports custom fonts, page breaks, headers, footers, and more.
Receive async delivery notifications via POST callbacks. Perfect for long-running batch generation jobs.
Pull invoice, order, and customer data from QuickBooks, Xero, Zoho, and more. Auto-populate templates with live ERP data.
Fair usage rate limits with clear headers. Starter: 60 req/min. Growth: 300 req/min. Enterprise: 1,000+ req/min with burst.
Choose your language. Copy. Paste. Done.
const response = await fetch('https://api.floovioo.com/v1/documents/generate', {
method: 'POST',
headers: { 'Authorization': 'Bearer YOUR_API_KEY', 'Content-Type': 'application/json' },
body: JSON.stringify({
templateId: 'tmpl_invoice_001',
data: { customerName: 'Acme Corp', amount: 299.00, invoiceNumber: 'INV-2026-0421' }
})
});
const pdf = await response.blob();
curl -X POST https://api.floovioo.com/v1/documents/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"templateId": "tmpl_invoice_001",
"data": {
"customerName": "Acme Corp",
"amount": 299.00,
"invoiceNumber": "INV-2026-0421"
}
}' \
--output invoice.pdf
From template design to PDF delivery — no PDF library required.
Use our drag-and-drop builder to create a branded template. Add placeholders for dynamic data like customer name, amount, and invoice number.
Send a POST request to our API endpoint with your template ID and JSON payload. Include customer data, line items, pricing — whatever your template expects.
Get your branded PDF back in milliseconds. Deliver via email, webhook, or download. Batch generation also supported for bulk workflows.
$29/mo
$79/mo
$199/mo
Start generating documents programmatically today. Free 14-day trial. No credit card required. Full API access included.
Generate Your First PDFFree 14-day trial · No credit card · $29/mo starter plan