Batch install applications, supporting up to 20 cloud phones.
POST
/api/v1/app/install
Parameter | Type | Required | Description |
---|---|---|---|
image_ids | array | Yes | Cloud Phone IDs, up to 20 items |
app_id | string | Yes | app_id |
app_version_id | string | No | app_version_id, If empty, the first-ranked version will be used. |
{
"image_ids": [
"xx"
],
"app_id": "9Jp7o#0",
"app_version_id": "9Jp7o#0"
}
{
"code": 200,
"data": {
"message": "Success"
},
"message": "Success"
}