PDF Generate
Generate high-quality PDF documents from HTML strings or live URLs. Supports custom page formats (A4, Letter, Legal), margins, landscape/portrait orientation, header/footer templates, and configurable wait strategies for JavaScript-heavy pages. Returns PDFs as binary download or base64-encoded JSON. Ideal for invoice generation, report creation, web page archiving, receipt generation, and…
PDF Generate endpoints
| Method | Endpoint | Description |
|---|---|---|
| Generate | ||
| POST |
generatePdfFromUrl /v1/from-url |
Generate a PDF document from a live URL. The URL is loaded in a headless Chromium browser, and the fully rendered page (including JavaScript-generated content) is converted to… |
| POST |
generatePdfFromHtml /v1/from-html |
Generate a PDF document from an HTML string. The HTML is rendered in a headless Chromium browser and converted to PDF with the specified options. ## Features - Full CSS support… |
| Health | ||
| GET |
getHealth /health |
Returns the current health status of the PDF Generate API. This endpoint does not require authentication. |
| Documentation | ||
| GET |
getDocs /v1/docs |
Returns the OpenAPI specification and interactive documentation for the PDF Generate API. |
| Other endpoints | ||
| GET |
getHealth /health |
Returns the current health status of the PDF Generate API. This endpoint does not require authentication. |
| GET |
getDocs /v1/docs |
Returns the OpenAPI specification and interactive documentation for the PDF Generate API. |
| POST |
generatePdfFromUrl /v1/from-url |
Generate a PDF document from a live URL. The URL is loaded in a headless Chromium browser, and the fully rendered page (including JavaScript-generated content) is converted to… |
| POST |
generatePdfFromHtml /v1/from-html |
Generate a PDF document from an HTML string. The HTML is rendered in a headless Chromium browser and converted to PDF with the specified options. ## Features - Full CSS support… |
PDF Generate pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 30 / minute |
|
| ULTRA Recommended | $49.99 / month | 150 / minute |
|
| MEGA | $199 / month | 500 / minute |
|