Menu

Scan Code

Usage Instructions

Scan Code. Note: Only cloud phones running Android 12 (Region A) or Android 15 support the scanning feature. The file must be an image and be pushed to the /sdcard/DCIM/Camera directory on the cloud phone. Files can be uploaded via the File Push API.

Request Instructions

POST /api/v1/cloudPhone/scan

Request Parameters

Parameter Type Required Description
image_id string Yes Cloud Phone IDs, can be obtained from the cloud phone list. Only cloud phones running Android 12 (Region A) or Android 15 support the scanning feature.
id string Yes The ID of the image file. It can be obtained via the File List API. The file must already be pushed to the /sdcard/DCIM/Camera directory on the cloud phone. Files can be uploaded via the File Push API

Request Example

json Copy
{
    "image_id": "xxxx",
    "id": "xxxx"
}

Response Example

json Copy
{
    "code": 200,
    "data": {
        "message": "Success"
    },
    "message": "Success"
}
Previous
Live Streaming
Next
Subscription Startup
Last modified: 2026-04-10Powered by