# Install App on Cloud Phone

Endpoint: POST /cloudphone/app/install
Version: 1.0.0
Security: Authorization

## Request fields (application/json):

  - `appVersionId` (string)
    App version ID

  - `id` (integer, required)
    Cloud phone ID

  - `packageName` (string)
    Package name — required only if appVersionId is not provided

  - `versionCode` (integer)
    Version code — required only if appVersionId is not provided

## Response 200 fields (application/json):

  - `code` (integer)

  - `msg` (null)

  - `data` (boolean)

  - `requestId` (string)

