All Categories Integrations & API How to take a full-page screenshot

How to take a full-page screenshot

By default, Geekflare Screenshot API take screenshot above the fold, and if you need to take a full-page screenshot, you can do so by supplying "fullPage": true parameters in the payload.

Payload example

{
    "url": "geekflare.com",
    "fullPage": true
}

Was this article helpful?

Thanks for your feedback!