Webpage Screenshot API
Capture webpage screenshots to PNG/JPG through API for reports, monitoring, and preview generation.
curl -X POST "https://shipany2-pdf-sandbox.vercel.app/api/image" \
-H "content-type: application/json" \
-d '{"url":"https://example.com","type":"png","fullPage":true}' \
--output screenshot.png