URL to PDF API
Send a webpage URL and receive a stable, downloadable PDF file.
curl -X POST "https://shipany2-pdf-sandbox.vercel.app/api/pdf" \
-H "content-type: application/json" \
-d '{"url":"https://example.com"}' \
--output out.pdfSend a webpage URL and receive a stable, downloadable PDF file.
curl -X POST "https://shipany2-pdf-sandbox.vercel.app/api/pdf" \
-H "content-type: application/json" \
-d '{"url":"https://example.com"}' \
--output out.pdfCapture live webpages as archive-ready PDFs. This route is optimized for users who search by URL-driven conversion intent.
Live Page Capture
Render current page state before exporting PDF.
Audit Trail Friendly
Store dated snapshots for legal/compliance needs.
Conversion Path
Route users to API pages when they move from manual to automated usage.
Do JavaScript-heavy pages work?
Yes, pages are rendered by a browser engine before export.
Can I convert private pages?
Use authenticated page options in API workflow.
Where should this page internally link?
Link to html-to-pdf-api, webhooks, and scenario pages.