Free, customizable template with 16 dynamic fields. Use it via the API or duplicate it in your dashboard.
POST /api/v1/pdf
{
"template_id": "medical-invoice",
"variables": {
"clinic_name": "...",
"clinic_address": "...",
"patient_name": "...",
...
}
}