API HTML in PDF
Converti URL o payload HTML in PDF con una sola richiesta POST. Ideale per fatture, report, snapshot web e workflow di automazione.
Endpoint
POST /api/pdf
URL in PDF
curl -X POST "https://shipany2-pdf-sandbox.vercel.app/api/pdf" \
-H "content-type: application/json" \
-d '{"url":"https://example.com"}' \
--output out.pdfString HTML in PDF
curl -X POST "https://shipany2-pdf-sandbox.vercel.app/api/pdf" \
-H "content-type: application/json" \
-d '{"html":"<!doctype html><html><body><h1>Hello</h1></body></html>"}' \
--output out.pdfCampi richiesta
url: URL pagina target (http/https)html: String HTML raw (scegliurloppurehtml)format: A4 / A3 / Letter / Legalheader/footer: Testo header/footer con allineamentologo: dataUrl logo, posizione e dimensione
Hai bisogno di HTML in PDF su larga scala?
Parliamo di bulk html to pdf, html string to pdf api, batch url to pdf e workflow enterprise.
