Screenshot API
Screenshot API for web pages
Capture full-page screenshots, viewport screenshots, and CSS-selector elements from any URL without running Chrome or Playwright infrastructure.
API usage
Request in, capture file out
Authenticate with your API key, pass a target URL, and receive a screenshot or video Capture from the same endpoint.
REQUEST
GET https://api.scrnify.com/capture ?key=YOUR_API_KEY &url=https%3A%2F%2Fexample.com &type=image &format=png &width=1920 &height=1080 &selector=mainRESPONSE
HTTP/1.1 200 OKContent-Type: image/pngBinary image responseFor signed requests, caching, video duration, full-page mode, and selector captures, see the documentation .