Skip to main content
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 enables X-API-Key, include that header with the request.

Path Parameters

id
string
required
The browser ID returned from Create Session.

Request Body

No request body required.

Response

success
boolean
Whether the screenshot was captured successfully.
data
object
Screenshot data. Structure to be documented.

Example