Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

PDFBolt Postman Collection

Postman

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.

Fork the Collection

Run In Postman

Forking copies the collection and its PDFBolt environment into your own Postman workspace.

Setup

  1. Get your API key. Find it on the API Keys page in your PDFBolt dashboard. The free plan includes 100 document conversions per month.
  2. Set the API_KEY environment variable in the forked PDFBolt environment. Requests send it as the API-KEY header.
  3. (Optional) Set webhook_url and customS3_url to test async conversions or uploads to your own S3 bucket. Both are available on paid plans.

Endpoints

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

Learn More

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors