A ready-to-fork Postman collection for testing the PDFBolt API. Fork it, add your API key, and start generating PDFs from URLs, HTML, or templates without writing any code.
Forking copies the collection and its PDFBolt environment into your own Postman workspace.
- Get your API key. Find it on the API Keys page in your PDFBolt dashboard. The free plan includes 100 document conversions per month.
- Set the
API_KEYenvironment variable in the forkedPDFBoltenvironment. Requests send it as theAPI-KEYheader. - (Optional) Set
webhook_urlandcustomS3_urlto test async conversions or uploads to your own S3 bucket. Both are available on paid plans.
The collection covers all three PDFBolt endpoints:
POST https://api.pdfbolt.com/v1/direct # returns the binary PDF
POST https://api.pdfbolt.com/v1/sync # returns JSON with a documentUrl
POST https://api.pdfbolt.com/v1/async # returns a requestId, delivers the PDF to your webhook