Generate PDFs, invoices, and QR codes with a single API call. No libraries to install. No rendering engines to maintain.
View API Docs# Generate a PDF curl -X POST https://api.presskit.dev/v1/pdf/generate \ -H "Authorization: Bearer pk_live_..." \ -H "Content-Type: application/json" \ -d '{ "content": "<h1>Hello World</h1>", "content_type": "html" }' -o document.pdf
HTML or Markdown to styled PDF. Custom CSS, multiple page sizes.
POST /v1/pdf/generate
JSON data to professional branded invoice. Multiple templates.
POST /v1/invoice/create
Text or URL to QR code. PNG or SVG. Custom colors and sizes.
POST /v1/qr/generate