Overview

Welcome to pdforge's API reference, to help you generate modern pdf documents using templates from our no-code template builder or converting HTML to PDF directly.

How it works

You can generate PDFs two easy ways—by using reusable templates or by sending raw HTML straight to our API.

All calls require your authentication token . For best performance (and to fire off lots of jobs at once), we recommend our asynchronous endpoints. If you need a quick, single response, use the synchronous ones.

Using reusable templates

Create your PDF templates in the dashboard, then call the API to merge in data:

Using our HTML to PDF endpoint

Skip the template step and send us your HTML directly:

Last updated