Skip to main content
POST
Create Session

Create Session

Launch a new isolated browser session with stealth configuration, proxy, and fingerprint.
object
Proxy configuration for the session.
string
default:"max"
Anti-detection level. One of: none, basic, max (alias: full).
string | object
default:"auto"
Set to auto for automatic fingerprint generation, or provide a custom config.
string
Load a saved profile (cookies, localStorage, fingerprint preferences).
integer
default:"1800"
Maximum session duration in seconds. Max: 3600 (1 hour).
object
Session recording options.

Request

Response

string
Unique session identifier.
string
Session status: launching, ready, active, idle, destroyed, failed.
string
CDP WebSocket URL for connecting Playwright/Puppeteer.
object
Assigned proxy details (IP, country, type).
object
Generated fingerprint details.
string
ISO 8601 timestamp when session will auto-destroy.
201
400
402
403
429