Create Browser Session
Launch a new cloud browser session in a sandboxed environment.
Headers
Request Body
Response
Example Request
Example Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Total time-to-live in seconds for the browser session
30 <= x <= 3600Time in seconds before the session is destroyed due to inactivity
10 <= x <= 3600Whether to stream a live view of the browser
Enable persistent storage across browser sessions. Data saved in one session can be loaded in a later session using the same name.
Response
Browser session created successfully
The unique session identifier
WebSocket URL for Chrome DevTools Protocol access
URL to view the browser session in real time
URL to interact with the browser session in real time (click, type, scroll)
When the session will expire based on TTL

