Create an invoice
create_invoiceCreate a professional invoice and receive a link to a pre-filled editor. Review and download a watermark-free PDF without signing up.
Instructions
Create a professional invoice and return a link that opens it — fully pre-filled — in the free Blank Invoice Maker editor (https://blankinvoicemaker.com). No signup, no watermark. The user opens the link to review and download the PDF; all invoice data stays in their browser (it travels in the link's URL fragment and is never sent to a server).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| business | Yes | Your business — the sender / payee | |
| client | Yes | The client being billed | |
| items | Yes | Line items (at least one) | |
| currency | No | ISO currency code, e.g. "USD", "EUR", "GBP". Default "USD" | |
| invoiceNumber | No | Default "INV-001" | |
| invoiceDate | No | YYYY-MM-DD. Default: today | |
| paymentTerms | No | e.g. "Net 30", "Due on receipt". Default "Net 30" | |
| dueDate | No | YYYY-MM-DD. Default: derived from payment terms | |
| taxes | No | Tax lines. Omit for a tax-free invoice | |
| discountRate | No | Invoice-wide discount in percent | |
| notes | No | Footer notes / payment instructions | |
| documentTitle | No | Document title, e.g. "Invoice", "Proforma Invoice" | |
| color | No | Accent colour as a hex code. Default #3b82f6 | |
| bank | No | Bank / payment details |