Skip to content
Start here

Snapshot

Get HTML content and screenshot.
POST/accounts/{account_id}/browser-rendering/snapshot
ModelsExpand Collapse
SnapshotCreateResponse object { accessibilityTree, content, markdown, screenshot }
accessibilityTree: optional object { role, autocomplete, checked, 23 more }

Accessibility tree node

role: string
autocomplete: optional string
checked: optional boolean or "mixed"
One of the following:
boolean
"mixed"
children: optional array of unknown
description: optional string
disabled: optional boolean
expanded: optional boolean
focused: optional boolean
haspopup: optional string
invalid: optional string
keyshortcuts: optional string
level: optional number
multiline: optional boolean
multiselectable: optional boolean
name: optional string
orientation: optional string
pressed: optional boolean or "mixed"
One of the following:
boolean
"mixed"
readonly: optional boolean
required: optional boolean
roledescription: optional string
selected: optional boolean
value: optional string or number
One of the following:
string
number
valuemax: optional number
valuemin: optional number
valuetext: optional string
content: optional string

HTML content.

markdown: optional string

Markdown content.

screenshot: optional string

Base64 encoded image.