PDF Generation Service

Generate PDFs from any URL. Enter a URL below to fetch and convert to PDF.

API Endpoints

Example

curl -X POST http://localhost:3010/api/generate-pdf \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com"}'