Referencia de API
/- Navegador
- API abierta
/
Quick create browser prof...
Create 1 to 200 browser profiles that share the same configuration.
The browser kernel is selected from published kernels based on operatorSystemId. No client information is used, so you can optionally pin the machine spec with systemBitType and architecture.
Security
OpenApiBearer
Operating system:
1— Windows2— macOS3— Android4— iOS5— Linux
Enum:12345
Example:1
Group name. The group is looked up or created automatically when supplied.
Example:"Marketing"
Whether to encrypt the profile. Defaults to 0:
0— not encrypted1— encrypted
Enum:01
Example:0
Kernel major version. Defaults to 0, which selects a published kernel automatically.
Example:0
System bitness. Defaults to 1:
0— 32-bit1— 64-bit
Default:1
Enum:01
Example:1
CPU architecture. Defaults to 0:
0— x861— ARM
Default:0
Enum:01
Example:0
POST
curl -i -X POST \
https://api.morelogin.com/env/create/quick \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"quantity": 1,
"browserTypeId": 1,
"operatorSystemId": 1,
"groupName": "Marketing",
"isEncrypt": 0,
"browserCore": 0,
"systemBitType": 1,
"architecture": 0
}'Success
Operation request ID. This field may be present when the request passes through the API gateway.
Example:"1d4f3ea968664593860b94b35d4ebf5e"
Response
{ "code": 0, "msg": null, "data": [ "1800000000000001" ], "requestId": "1d4f3ea968664593860b94b35d4ebf5e" }