Export a dashboard as a PDF
Capture a full-length dashboard page as a document instead of an image.
curl --request POST \
--url https://api.prod.ss.snapshot-site.com/api/v1/screenshot \
--header 'Content-Type: application/json' \
--header 'x-snapshotsiteapi-key: YOUR_API_KEY' \
--data '{
"url": "https://app.example.com/reports/quarterly",
"format": "pdf",
"width": 1440,
"fullSize": true,
"hideCookie": true
}'