Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Browser pool ID or name
Body
Parameters for updating a browser pool. All browsers in the pool will be created with the same configuration.
Parameters for creating a browser pool. All browsers in the pool will be created with the same configuration.
Number of browsers to create in the pool
1 <= x <= 5010
Optional name for the browser pool. Must be unique within the organization.
"my-pool"
Percentage of the pool to fill per minute. Defaults to 10%.
0 <= x <= 25Default idle timeout in seconds for browsers acquired from this pool before they are destroyed. Defaults to 600 seconds if not specified
60 <= x <= 86400If true, launches the browser in stealth mode to reduce detection by anti-bot mechanisms.
true
If true, launches the browser using a headless image. Defaults to false.
false
Profile selection for the browser session. Provide either id or name. If specified, the matching profile will be loaded into the browser session. Profiles must be created beforehand.
- Option 1
- Option 2
List of browser extensions to load into the session. Provide each by id or name.
20- Option 1
- Option 2
Optional proxy to associate to the browser session. Must reference a proxy belonging to the caller's org.
Initial browser window size in pixels with optional refresh rate. If omitted, image defaults apply (commonly 1024x768@60). Only specific viewport configurations are supported. The server will reject unsupported combinations. Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be automatically determined from the width and height if they match a supported configuration exactly. Note: Higher resolutions may affect the responsiveness of live view browser
If true, launches the browser in kiosk mode to hide address bar and tabs in live view.
true
Whether to discard all idle browsers and rebuild the pool immediately. Defaults to true.
false
Response
Browser pool details
A browser pool containing multiple identically configured browsers.
Unique identifier for the browser pool
"iv25ujqf37x3j07dwoffegqr"
Number of browsers currently available in the pool
85
Number of browsers currently acquired from the pool
15
Timestamp when the browser pool was created
Configuration used to create all browsers in this pool
Browser pool name, if set
"my-pool"

