Menu

Batch Start App

Usage Instructions

Batch Start Applications, supporting up to 20 cloud phones.

Request Instructions

POST /api/v1/app/start

Request Parameters

Parameter Type Required Description
image_ids array Yes Cloud Phone IDs, up to 20 items
pkg string Yes pkg

Request Example

json Copy
{
    "image_ids": [
        "xx"
    ],
    "pkg": "com.zhiliaoapp.musically"
}

Response Example

json Copy
{
    "code": 200,
    "data": {
        "message": "Success"
    },
    "message": "Success"
}
Previous
Batch Uninstall App
Next
Batch Close App
Last modified: 2025-03-07Powered by