Skip to main content

PodPDF API Documentation

Generate professional PDFs from HTML and Markdown in seconds.

Simple REST API ยท No Setup Required ยท Start Free

Get Started โ†’ View API Reference โ†’


Why PodPDF?โ€‹

Key Features
  • โšก Fast & Simple - Send HTML, Markdown, or images, get a PDF. No complex setup or dependencies.
  • ๐Ÿ–ผ๏ธ Multiple Input Types - Convert HTML, Markdown, or images (PNG/JPEG) to PDF
  • ๐Ÿ”„ Flexible Processing - Choose instant sync generation or async with webhook notifications.
  • ๐Ÿ’ฐ Affordable - Free tier included. Pay only for what you use with paid plans.

Quick Exampleโ€‹

Generate your first PDF in under a minute:

curl -X POST https://api.podpdf.com/quickjob \
-H "X-API-Key: your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"input_type": "html",
"html": "<h1>Hello World</h1><p>My first PDF!</p>"
}' \
--output document.pdf

That's it! You now have a PDF file.

See more examples โ†’


Common Use Casesโ€‹

  • ๐Ÿ“„ Invoices & Receipts - Generate customer invoices on the fly
  • ๐Ÿ“Š Reports - Create data-driven PDF reports from HTML
  • ๐ŸŽ“ Certificates - Issue certificates and credentials
  • ๐Ÿ“‹ Documents - Convert content to downloadable PDFs
  • ๐Ÿ–ผ๏ธ Image Collections - Convert photos and images to PDF albums

Getting Startedโ€‹

1. Get Your API Keyโ€‹

Sign up and get your API key from the dashboard (dashboard only).
Learn about API keys โ†’

2. Make Your First Requestโ€‹

Follow our 5-minute quickstart guide.
Get started โ†’

3. Explore the APIโ€‹

Browse all available endpoints and features.
API Reference โ†’


Key Featuresโ€‹

๐ŸŽฏ Two Generation Modesโ€‹

QuickJob - Instant synchronous generation
Perfect for simple documents (up to 25 pages maximum, < 30 seconds)
Learn more โ†’

LongJob - Asynchronous with webhooks
Ideal for large documents with webhook notifications
Learn more โ†’

๐Ÿ” Simple Authenticationโ€‹

API key-based authentication - just add your key to the request header.
Authentication guide โ†’

๐Ÿ“ˆ Flexible Pricingโ€‹

  • Free Tier: 100 PDFs to get started
  • Paid Plans: Unlimited PDFs, pay per use

View plans in your dashboard


Need Help?โ€‹


Ready to generate PDFs? Get started now โ†’