Capture a screenshot
Browser
Capture a screenshot
Renders a page and returns a screenshot as binary image bytes. Requires scope: browser:render
POST
Capture a screenshot
Authorizations
Voyant Cloud API token, passed as Authorization: Bearer <token>. Each token carries a fixed set of scopes; an operation rejects tokens missing its required scope.
Body
application/json
Common fields accepted by every browser render endpoint. Forwarded to Cloudflare Browser Rendering, so additional CF-supported fields are also accepted. Provide exactly one of url or html.
Example:
"https://example.com"
Available options:
screen, print Response
200 - image/png
Screenshot image bytes
The response is of type file.