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?โ
- โก 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.
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?โ
- ๐ Getting Started Guide - 5-minute quickstart
- ๐ API Key Management - Get and manage your keys
- ๐ป Code Examples - Copy-paste ready examples
- โ Error Handling - Troubleshooting guide
- ๐ API Reference - Complete endpoint documentation
Ready to generate PDFs? Get started now โ