URLShot

Fast API for capturing website screenshots.

curl -X POST "https://urlshot.dev/api/screenshot" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com","format":"png"}' \
  --output screenshot.png