Appearance
shell
curl --location --request POST 'https://api.doppio.sh/v1/render/screenshot/direct' \
--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"]
}
}
}
}' --output ./myfile.webp