viewport_height
integerViewportDefault: 1080
The height of the browser viewport in pixels. This affects the visible area before scrolling. Maximum value is 3840 pixels. Note: If full_page is true, the screenshot will capture the entire scrollable content regardless of this value.
Example
curl "https://api.screenshotty.link/api/v1/screenshot?url=https://example.com&viewport_height=1080" \-H "X-Api-Key: YOUR_API_KEY" \--output screenshot.png