Render invoice as HTML
bill_get_invoice_htmlRender an invoice as a branded HTML document for viewing or sharing. Use this when you need a presentable invoice; for structured data, request the invoice details instead.
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) |