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

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.

Example