Skip to content

Install app on cloud phone

Request

Bodyapplication/json
appVersionIdstring

App version ID

idintegerrequired

Cloud phone ID

packageNamestring

Package name — required only if appVersionId is not provided

versionCodeinteger

Version code — required only if appVersionId is not provided

POST
/api/cloudphone/app/install
curl -i -X POST \
  http://127.0.0.1:40000/api/cloudphone/app/install \
  -H 'Content-Type: application/json' \
  -d '{
    "appVersionId": "1672940217990530",
    "id": 1673823102599682
  }'

Responses

Headers
any
Bodyapplication/json
codeinteger
msgnull
databoolean
requestIdstring
Response
{ "code": 0, "msg": null, "data": true, "requestId": "string" }