ViperCapture
Screenshot automation

Website Screenshot API

Capture public webpages as PNG, JPEG, or WebP with a strict JSON API, predictable waits, and full-page or viewport control.

A simpler capture workflow

Turn a URL into a production-ready image without operating Chromium yourself. ViperCapture validates the request, waits for the page state you choose, and returns the artifact directly.

Example request

curl https://capture.viperisuseful.cc/v1/render \
  -H "Authorization: Bearer $VIPERCAPTURE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com","output":"png","full_page":true}' \
  --output capture.png