๐Ÿ“„ PDF Export API

Convert any webpage to PDF with a single API call. A4/Letter format, landscape mode, background colors.

Endpoint

POST https://api.16761.tech/pdf

Example

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

Parameters

FieldTypeRequiredDescription
urlstringโœ…URL to convert
formatstringPaper size: A4, Letter, etc
landscapeboolLandscape orientation
printBackgroundboolInclude background colors
delayintWait ms after load
Get Free API Key โ†’