Full-page phone screenshot
Requires a Standard license
Capture the full scrolling ZShot Gazette at a phone device preset, saved to gazette-phone.png.
zshot -f gazette-phone.png --device iPhone15Pro --full-page https://zshot-cli.com/example_assets/gazette/{
"url": "https://zshot-cli.com/example_assets/gazette/",
"output_type": "png",
"device": "iPhone15Pro",
"full_page": true
}curl -X POST http://127.0.0.1:3000/ \
-H "Content-Type: application/json" \
-d '{"url":"https://zshot-cli.com/example_assets/gazette/","output_type":"png","device":"iPhone15Pro","full_page":true}' \
-o gazette-phone.png
See --full-page and --device.