# Configure Keybox

Endpoint: POST /cloudphone/setKeyBox
Version: 1.0.0
Security: Authorization

## Request fields (application/json):

  - `filePath` (string)
    File path, e.g., /sdcard/Download/xxx.xml

  - `id` (integer)
    Cloud phone ID

## Response 200 fields (application/json):

  - `code` (integer)
    Response code: 0 = success, >0 = error

  - `msg` (string)

  - `data` (boolean)


