The API that
just works.

Convert URLs and HTML to PDF with a single POST request. No bloat. No complex config. Just raw conversion power.

curl -X POST \
  https://api.pdfmyhtml.com/v1/html-to-pdf \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "html": "<h1>Hello World</h1>" }' \
  --output doc.pdf

Why use this?

Fast

Built on Playwright and Python. Optimized for speed and accuracy. We handle the headless browsers so you don't have to.

Simple

One endpoint. JSON in, PDF out. Or pass raw HTML. We strip away the complexity of PDF generation.

Cheap

Pay only for what you use. No monthly subscriptions required. Start with free credits.