ProdaDoc PDF & Document Generation
Generate pixel-perfect PDFs from HTML, URLs, and templates in one API call. Invoices, receipts, reports, contracts — done in milliseconds, not hours.
6 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
ProdaDoc PDF & Document Generation endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
/api/v1/pdf/from-url /api/v1/pdf/from-url |
Navigates to the URL, waits for the page to load, and renders it as PDF. SSRF protection: blocks localhost, internal IPs and non-HTTP protocols. |
| POST |
/api/v1/pdf/from-template /api/v1/pdf/from-template |
Fills a built-in template with data and generates a PDF. Available templates: invoice, receipt, report. |
| POST |
/api/v1/pdf/from-html /api/v1/pdf/from-html |
Renders HTML content as a PDF document. Supports custom page format, margins, orientation, headers/footers. |
| POST |
/api/v1/pdf/metadata /api/v1/pdf/metadata |
Parses a PDF document and returns metadata including title, author, page count, and individual page dimensions. |
| GET |
/health /health |
Shallow health check (is the server up?). Add `?deep=true` to test PDF engine and memory usage. |
| POST |
/api/v1/pdf/merge /api/v1/pdf/merge |
Combines 2–20 PDF documents into a single PDF file. |