Invoice Forge
## Invoice Forge API Generate **professional PDF invoices** and receipts programmatically. ### Endpoints | Endpoint | Description | |----------|-------------| | GET /templates | List available templates | | POST /generate | Generate PDF invoice | | POST /receipt | Generate PDF receipt | ### Quick Start ```json POST /api/invoice/generate { "from_address": {"name": "Your Company"}, "to_address":…
Invoice Forge endpoints
| Method | Endpoint | Description |
|---|---|---|
| templates | ||
| GET |
list_templates_templates_get /templates |
List available invoice templates |
| generate | ||
| POST |
generate_invoice_generate_post /generate |
Generate a professional PDF invoice, receipt, quote, or credit note |
| receipt | ||
| POST |
generate_receipt_receipt_post /receipt |
Generate a simple receipt PDF (thermal printer style) |
Invoice Forge pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $9.99 / month | 100 / minute |
|