Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Request to start a new browser session.
Whether to run the session in headless mode.
Whether to try to automatically solve captchas
Session timeout in minutes. Cannot exceed the global timeout.
0 < x <= 30
List of custom proxies to use for the session. If True, the default proxies will be used.
The browser type to use. Can be chromium, chrome or firefox.
chromium
, chrome
, firefox
, chrome-nightly
The user agent to use for the session
Overwrite the chrome instance arguments
The width of the viewport
The height of the viewport
The CDP URL of another remote session provider.
Whether FileStorage should be attached to the session.
The type of screenshot to use for the session.
raw
, full
, last_action
Response
Successful Response
The ID of the session (created or existing). Use this ID to interact with the session for the next operation.
Session timeout in minutes. Will timeout if now() > last access time + timeout_minutes
Session creation time
Last access time
Session status
active
, closed
, error
, timed_out
Session closing time
Session duration
Steps of the session
Error message if the operation failed to complete
Credit usage for the session. None
Whether proxies were used for the session. True if any proxy was applied during session creation.
chromium
, chrome
, firefox
, chrome-nightly
Whether FileStorage was attached to the session.