Skip to content
shell
curl --location --request POST 'https://api.doppio.sh/v1/render/screenshot/sync' \
--header 'Authorization: Bearer <YOUR API KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
  "page": {
    "screenshot": {
      "fullPage": true,
      "type": "webp"
    },
    "goto": {
      "url": "https://example.doppio.sh/information-booklet.html",
      "options": {
        "waitUntil": ["networkidle0"]
      }
    }
  }
}'

All rights reserved