Screenshot URL
When you set response_type=json
for both animated/scrolling screenshots or regular screenshots, you will get a screenshot URL in the response:
{ "screenshot_url": "..."}
The URL is always a fresh URL where the screenshot is stored, it is not a cached URL unless you use caching.
Also, when using webhooks and if you do not upload the screenshot to any S3-compatible storage, you will get the URL in the webhook request body,too.