Skip to main content

API Endpoints

The PDFBolt API provides flexible HTML to PDF conversion options, tailored to meet diverse workflow requirements.

API Endpoints Overview:

EndpointDescriptionMethodResponseParameters
/v1/directConverts a URL or HTML directly into a PDF and returns it in the response.POSTRaw PDF or Base64-encoded PDF in the HTTP response body.Direct Parameters
Common Parameters
/v1/syncConverts a URL or HTML into a PDF and provides a downloadable URL.POSTJSON containing a downloadable URL to the generated PDF.Sync Parameters
Common Parameters
/v1/asyncProcesses a URL or HTML and sends a callback with the PDF URL to a specified webhook.POSTWebhook callback with PDF URL.Async Parameters
Common Parameters

Explore the detailed documentation for each conversion mode: