Screenshot API
Generate website screenshots via API with PNG/JPG output and full-page capture support.
curl -X POST "https://shipany2-pdf-sandbox.vercel.app/api/image" \
-H "content-type: application/json" \
-d '{"url":"https://example.com","type":"jpeg","fullPage":true}' \
--output screenshot.jpg