Zephiel API

Screenshot

Free tier

Pixel-perfect captures of any URL at any viewport.

4.612 reviewsby Northwind Data15k subscribers
screenshotthumbnailrenderingog imagemonitoring

Starts at

$16/mo

Choose a plan

Create a free account to subscribe.

Latency
1450ms
Uptime
99.94%
Endpoints
3

About this API

Capture full-page or viewport screenshots as PNG, JPEG, WebP, or PDF. Control device emulation, dark mode, scroll behavior, element selectors, ad blocking, and lazy-load waiting, with results cached on a global CDN.

Common use cases

Link previews
Visual regression testing
Social card generation
Compliance archiving

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/screenshot/capture" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "url": "https://zephiel.com",
  "image_url": "https://cdn.zephiel.com/s/3ac91f.png",
  "width": 1440,
  "height": 3820,
  "cached": false
}

Related APIs in Media & Files