Turn dashboards and HTML into scheduled PDF reports. Deliver to Slack, email, or S3 — hands-free.
Point the API at any URL — your BI dashboard, internal tools, or web pages — and get a PDF snapshot.
Reports land in your team's Slack channel or inbox automatically. No manual screenshots.
Auto-upload generated reports to your S3 bucket for long-term storage and compliance.
curl -X POST /api/pdf/generate-from-url \
-H "Authorization: Bearer sk-your-key" \
-H "Content-Type: application/json" \
-d '{
"url": "https://bi.internal/dashboard/daily",
"options": {"page-size": "A3"},
"filename": "daily-report.pdf"
}'Free plan includes 30 PDFs/month. No credit card required.