Referencia de API
/- Navegador
- API abierta
- Start cloud runtime
Stop cloud runtime
Page cloud runtimes
Connect cloud runtime
Start cloud runtime
Start a browser profile as a cloud runtime.
Starting is asynchronous. A successful response only means the start request was accepted. Poll Page cloud runtimes until cloudBrowserStatus is RUNNING, then call Connect cloud runtime.
A member can have only one active run per profile. Starting also validates profile permissions, feature entitlement, proxy reachability, kernel availability, and AI credit balance.
Security
OpenApiBearer
POST
curl -i -X POST \
https://api.morelogin.com/cloudbrowser/start \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"envId": "1800000000000001"
}'Success
Operation request ID. This field may be present when the request passes through the API gateway.
Example:"1d4f3ea968664593860b94b35d4ebf5e"
Response
{ "code": 0, "msg": null, "requestId": "1d4f3ea968664593860b94b35d4ebf5e", "data": null }