HTML to Image API
Render HTML or URL content to PNG/JPG for thumbnails, report snapshots, and automated screenshot workflows.
curl -X POST "https://shipany2-pdf-sandbox.vercel.app/api/image" \
-H "content-type: application/json" \
-d '{"url":"https://example.com","type":"png"}' \
--output out.png