POST
/
browser-profiles
{
  "profile_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "profile_name": "<string>",
  "description": "<string>",
  "persist": true,
  "ad_blocker": true,
  "proxy": true,
  "proxy_country_code": "us",
  "browser_viewport_width": 123,
  "browser_viewport_height": 123,
  "store_cache": true,
  "is_mobile": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request model for creating a new browser profile.

Response

200
application/json

Successful Response

Response model for creating a browser profile.