Invoice PDF to API
Your invoice PDF, made callable.
Bring the invoice your customers already recognise. Doclinth turns it into an editable draft, a safe data shape, and a PDF endpoint.
PDF stays private · deleted after import · review before publish
01 · existing PDF
Halide & Co.
original PDF · page 1
Invoice
Bill to
Northwind Studio
Number
INV-1042
Design services2,160.00
Implementation240.00
Total due$2,592.00
02 · editable API template
tmpl_invoice
draft proofed{
"client": "Northwind Studio",
"number": "INV-1042",
"items": [{ "name": "Design", "amount": 2160 }],
"total": 2592
}POST /v1/generate → 200 PDF
01
Bring the familiar
Start from the layout your customers and team already know—not a blank canvas.
02
Keep control
The result is a draft. Inspect the proof and publish only when you trust it.
03
Call it forever
Template and data stay separate, so every future document is one predictable API call.