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