How to take a full-page screenshot
By default, Siterelic 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
}