Appearance
shell
curl --location --request POST 'https://api.doppio.sh/v1/render/pdf/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": {
"pdf": {
"printBackground": true
},
"goto": {
"url": "https://example.doppio.sh/information-booklet.html",
"options": {
"waitUntil": ["networkidle0"]
}
}
}
}'