Create a Session
Response
Session Options
| Parameter | Type | Description |
|---|---|---|
type | string | Use hosted. |
country | string | Two-letter ISO country code, such as US. |
nodeId | string | Create the session on a specific previously used hosted node. Overrides country. |
duration | integer | Session duration in seconds. Must be greater than 60 and no more than 3600. |
windowSize | string | Initial browser dimensions as WIDTHxHEIGHT, such as 1920x1080. |
proxyUrl | string | SOCKS5 proxy URL for the session. Cannot be used with nodeId. |
profile | object | Browser profile: { "name": "...", "persist": true }. |
fast | boolean | Attempts faster startup when the request is eligible. |
captchaSolver | boolean | Enables the built-in CAPTCHA solver for the session. |
extensionIds | string[] | Chrome extension IDs to load. Requires extension access for your account. |
Session notes are updated with
PATCH /v1/browser/session?sessionId=.... Do not rely on note during create; current create responses return note: null.