Generate PDFs from any URL. Enter a URL below to fetch and convert to PDF.
POST /api/generate-pdf - Generate PDF from URLPOST /api/fetch - Fetch URL content (debug)POST /api/proxy - Full proxy with custom headerscurl -X POST http://localhost:3010/api/generate-pdf \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}'