PPDFInvoiceAPI
DOCS/ Changelog

RESOURCES

Changelog

Notable changes to the API and platform, newest first.

2026-06

Stored templates

  • Save a named template once in the dashboard and render it by its tpl_ id, passing only data each call.
  • Owner-scoped: ids you don't own return 404 template_not_found.

2026-06

Signed webhooks (Starter+)

  • Register an HTTPS endpoint and send a signed test event from Settings.
  • Payloads are signed with HMAC-SHA256 in the x-webhook-signature header.

2026-06

GA on Cloudflare

  • POST /v1/render live at api.pdfinvoiceapi.com — HTML in, PDF out in ~400ms.
  • Bearer API keys, per-render credits, and the pdf options object.

Async rendering and automatic per-render webhook delivery are on the roadmap — see Async & large documents.