Skip to main content

API Endpoints

The PDFBolt API provides flexible PDF generation options from HTML, URLs, and dynamic templates, tailored to meet diverse workflow requirements.

API Endpoints Overview:

EndpointDescriptionMethodResponseParameters
/v1/directGenerates PDFs directly from URLs, HTML, or templates and returns it in the response.POSTRaw PDF or Base64-encoded PDF in the HTTP response body.Direct Parameters
Common Parameters
/v1/syncGenerates PDFs from URLs, HTML, or templates and provides a downloadable URL.POSTJSON containing a downloadable URL to the generated PDF.Sync Parameters
Common Parameters
/v1/asyncProcesses URLs, HTML, or templates and sends results via webhook. Optionally uploads directly to your S3 bucket.POSTWebhook callback with processing results.Async Parameters
Common Parameters

Explore the detailed documentation for each generation method: