Slice full-page screenshots

Full-page screenshots can now be split into smaller vertical slices for better AI analysis workflows.

Changelog 1 min read

Written by

Dmytro Krasun

Published on

You can now request full-page screenshot slices with the ScreenshotOne API.

Use full_page_slices=true together with full_page=true to render the full page normally and receive smaller vertical image slices. Each slice is uploaded to ScreenshotOne cache storage and returned with its own URL.

You can control the slice size with full_page_slice_height and the overlap between adjacent slices with full_page_slice_overlap_height.

For JSON responses, the API returns a slices array. For binary responses, the slice manifest URL is available in the X-ScreenshotOne-Full-Page-Slices-URL response header.

Here is a compact example of the JSON response:

{
"slices": [
{
"index": 0,
"offset_y": 0,
"width": 1280,
"height": 4000,
"url": "https://cache.screenshotone.com/..."
},
{
"index": 1,
"offset_y": 3500,
"width": 1280,
"height": 4000,
"url": "https://cache.screenshotone.com/..."
}
]
}

Read the guide on how to slice full-page screenshots for examples, options, and validation details.

Read more product updates

New features, bug fixes, and optimizations...

View all product updates
Fixed full page screenshot stitching above max height

Fixed full page screenshot stitching above max height

We fixed full page screenshot stitching so the final image respects `full_page_max_height` more reliably, even when pages report incorrect scroll height.

Read more

1 min read

Choose the format of the page content returned by the ScreenshotOne API

Choose the format of the page content returned by the ScreenshotOne API

Now you can choose the format of the page content returned by ScreenshotOne API with the metadata_content_format option.

Read more

1 min read

Async, Webhooks, and Extra Limits

Async, Webhooks, and Extra Limits

May was a great month and full of new and exciting updates. Let's check them out quickly.

Read more

1 min read

Automate website screenshots

Exhaustive documentation, ready SDKs, no-code tools, and other automation to help you render website screenshots and outsource all the boring work related to that to us.