Commands
Screenshot
Capture a screenshot of the current page
POST
Screenshot
Description
Captures a screenshot of the browser’s current viewport and returns it.Authentication
Open-source deployments do not require authentication by default. If your server config enablesX-API-Key, include that header with the request.
Path Parameters
string
required
The browser ID returned from Create Session.
Request Body
No request body required.Response
boolean
Whether the screenshot was captured successfully.
object
Screenshot data. Structure to be documented.

