Skip to content

Quickstart

1) Create an API key in the dashboard.

2) Your first capture (common params):

curl -X POST https://yourdomain.com/v1/capture \
  -H "Authorization: Bearer <API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com",
    "format": "png",
    "full_page": true,
    "viewport": [1280, 800],
    "wait_until": "networkidle",
    "timeout_ms": 30000,
    "block_tracking": true
  }'

3) Poll job status:

curl -H "Authorization: Bearer <API_KEY>" \
  https://yourdomain.com/v1/jobs/<job_id>

Download the signed result_url.