# Launch App

Launch an installed app on the cloud phone

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

## Request fields (application/json):

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

  - `packageName` (string, required)
    App package name

## Response 200 fields (application/json):

  - `code` (integer)

  - `msg` (string)

  - `data` (null)

  - `requestId` (string)

