# Đang tải lên tệp

Endpoint: POST /cloudphone/uploadFile
Version: 1.0.0

## Request fields (application/json):

  - `id` (string)
    ID điện thoại đám mây
    Example: 1661515884160372

  - `url` (string)
    URL tệp tải lên
    Example: https://example.com/test.jpg

  - `uploadDest` (string)
    Tải lên thư mục đích
    Example: /Download

## Response 200 fields (application/json):

  - `code` (integer, required)

  - `msg` (null, required)

  - `data` (object, required)

  - `data.fileId` (string, required)
    ID tệp đã tải lên

  - `data.id` (cloud phone ID, required)

  - `data.status` (integer, required)
    Trạng thái tải lên: 0: Đang tải lên 1: Thành công 2: Thất bại

  - `requestId` (string, required)

