Render invoice as HTML
bill_get_invoice_htmlReturns a branded HTML version of an invoice for presentation. Use when you need a formatted invoice document to display or share.
Instructions
Render one invoice as a branded HTML document (returned as text). Use when the user wants a presentable invoice document; for structured data use bill_get_invoice. A PDF variant exists at GET /v1/invoices/{id}/pdf but is binary — direct users to the portal for PDF downloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_id | Yes | Invoice id (from bill_list_invoices) |