Documentation

142 parameters, 26 error codes, four endpoints. Everything here is generated from or checked against the same definitions the API runs on.

your first capture
curl -G https://api.pagecapture.dev/v1/take \
  -H "X-Access-Key: $PAGECAPTURE_KEY" \
  --data-urlencode "url=https://example.com" \
  -d "format=png" \
  -o screenshot.png