Skip to main content
Three ways to create a session. All of them return a browser with stealth, CAPTCHA solving, and a residential proxy already on.

SDK

REST

WebSocket URL (no SDK, no create call)

Connect directly and the session is created for you. Configuration goes in query parameters, and the session stops when the socket disconnects.

Parameters

All parameters are optional.

Response

201 with a browser session object:
Field names are camelCase in REST and TypeScript (cdpUrl, liveUrl), snake_case in Python (cdp_url, live_url). cdpUrl and liveUrl are nullable, check them before connecting.

Errors

Next