POST
/
api
/
sessions

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Body

application/json
adblock_config
object

Configuration options for ad-blocking.

captcha_config
object

Configuration options for captcha-solving.

idle_timeout
integer

The amount of time (in minutes) the session waits for new connections after all others are closed before stopping. Defaults to 1. Setting it to -1 let the browser session continue forever [CAUTION - Keep track of long living sessions and manually kill them].

profile
object

Options for managing and persisting session profiles.

proxy_config
object

Configuration options for proxy usage.

recording
object

Should the session be recorded.

timeout
integer

Maximum amount of time (in minutes) for the browser to run, before terminating. Defaults to -1, which disables the global timeout mechanism.

viewport
object

Configuration for the browser's viewport size.

Response

200 - application/json
id
string

Unique identifier for the browser instance

page_id
string

Unique identifier for the browser page

session_url
string

The live view embedding url