Screenshots
Outputs and Formats
Understand image, thumbnail, HTML, PDF, and video output options.
Primary screenshot
Screenshots are captured in PNG format for highest quality and transparency support.
Thumbnail
Use GET /api/v1/screenshot/thumbnail to retrieve on-demand conversions:
format=png(default)format=jpegformat=webp
You can also specify width and height for automatic resizing.
HTML snapshot
Set html=true in your request to also capture the full HTML of the page at the time of screenshot. Retrieve it via GET /api/v1/screenshot/html.
Set pdf=true in your request to generate a PDF rendering. Retrieve it via GET /api/v1/screenshot/pdf.
Video
Set video=true in your request to record a video of the page. Retrieve it via GET /api/v1/screenshot/video. Useful for animated content or scroll interactions.
Last updated March 27, 2026