Free, customizable template with 10 dynamic fields. Use it via the API or duplicate it in your dashboard.
POST /api/v1/pdf
{
"template_id": "invoice",
"variables": {
"company_name": "...",
"company_address": "...",
"invoice_number": "...",
...
}
}