POST/browsers/{id}/computer/screenshot

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Browser session ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

image/png

application/json

application/json

application/json

curl -X POST "https://example.com/browsers/string/computer/screenshot" \  -H "Content-Type: application/json" \  -d '{}'
"string"