---
title: "Get or generate invoice PDF"
method: GET
path: "/api/invoices/{id}/pdf"
tags: ["Invoices"]
---

# Get or generate invoice PDF

`GET /api/invoices/{id}/pdf`

Returns the PDF binary for the invoice. If a PDF has not been generated yet, it will be created on-demand.

## Path parameters

- `id` string, required

## Response `200`

Invoice PDF binary

## Other responses

- `404` — Invoice not found

---

[API](https://skmtc.net/novabilling/apis/novabilling-api.md) · [All operations](https://skmtc.net/novabilling/apis/novabilling-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/novabilling/novabilling-api/versions/0e449a4e0dc8/schema)
