Menu

Batch Install App

Usage Instructions

Batch install applications, supporting up to 20 cloud phones.

Request Instructions

POST /api/v1/app/install

Request Parameters

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.

Request Example

json Copy
{
    "image_ids": [
        "xx"
    ],
    "app_id": "9Jp7o#0",
    "app_version_id": "9Jp7o#0"
}

Response Example

json Copy
{
    "code": 200,
    "data": {
        "message": "Success"
    },
    "message": "Success"
}
Previous
List of Team App
Next
List of Installed App
Last modified: 2025-03-07Powered by