Documents via API

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

Three Endpoints. One API Key.

PDF Generate

HTML or Markdown to styled PDF. Custom CSS, multiple page sizes.

POST /v1/pdf/generate

Invoice Create

JSON data to professional branded invoice. Multiple templates.

POST /v1/invoice/create

QR Generate

Text or URL to QR code. PNG or SVG. Custom colors and sizes.

POST /v1/qr/generate

Simple Pricing

Free

$0
forever
100 calls/month
Get Started

Growth

$79
/month
50,000 calls/month
Get Started

Scale

$299
/month
500,000 calls/month
Get Started