Skip to main content
POST
/
browsers
/
{id}
/
computer
/
screenshot
Capture a screenshot of the browser instance
curl --request POST \
  --url https://api.onkernel.com/browsers/{id}/computer/screenshot \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://tbd-6fc993ce-mintlify-profile-hot-load-save-changes-21459.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Browser session ID

Body

application/json
region
object

Response

Screenshot image

The response is of type file.