Skip to content

Quick create browser profile

Request

Bodyapplication/json
browserTypeIdintegerrequired

1:Chrome, 2:Firefox

Example:1
groupIdinteger

Environment group ID; default:ungrouped (0)

Example:0
groupNamestring, <= 50 characters

Group name (max 50 characters). If provided, the system first checks groupId: if a valid group is found, it is used; otherwise, it searches by groupName. If a group with that name exists, it is referenced; if not, a new group is created. Each team is limited to 1,000 groups.

Example:""
isEncryptinteger

Enable end-to-end encryption? 0:No, 1:Yes; default:0

operatorSystemIdintegerrequired

OS type 1:Windows, 2:macOS, 3:Android, 4:iOS

Example:1
quantityinteger, [ 1 .. 50 ]required

Number of environments to create; range:[1–50]

Example:1
browserCoreinteger

Browser kernel version; default:0 (auto-match). Obtain available versions via '/api/env/advanced/ua/versions'

Example:140
proxyobject

Proxy information

POST
/api/env/create/quick
curl -i -X POST \
  http://127.0.0.1:40000/api/env/create/quick \
  -H 'Content-Type: application/json' \
  -d '{
    "browserTypeId": 1,
    "operatorSystemId": 1,
    "quantity": 1
  }'

Responses

Headers
any
Bodyapplication/json
codeintegerrequired
msgnullrequired
dataArray of stringsrequired
requestIdstringrequired
Response
{ "code": 0, "msg": null, "data": [ "string" ], "requestId": "string" }