scroll_to_bottom
booleanCaptureDefault: false
When true, scrolls the page to the bottom before taking the screenshot. This is useful for triggering lazy-loaded content, animations, and ensuring all dynamic elements are loaded.
Example
curl "https://api.screenshotty.link/api/v1/screenshot?url=https://example.com&scroll_to_bottom=true" \-H "X-Api-Key: YOUR_API_KEY" \--output screenshot.png