Skip to main content
POST
Create Browser Session

Authorizations

Authorization
string
header
required

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

Body

application/json

Request body for creating a browser session (empty object)

Response

Browser session created successfully

Response containing browser session details

session_id
string<uuid>

Unique identifier for the browser session

status
enum<string>

Current status of the session

Available options:
running,
stopped