Convert any webpage to PDF with a single API call. A4/Letter format, landscape mode, background colors.
POST https://api.16761.tech/pdf
curl -X POST https://api.16761.tech/pdf \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com"}' \
-o page.pdf
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | โ | URL to convert |
| format | string | Paper size: A4, Letter, etc | |
| landscape | bool | Landscape orientation | |
| printBackground | bool | Include background colors | |
| delay | int | Wait ms after load |