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.
POST /api/v1/cloudPhone/scan
| 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 |
{
"image_id": "xxxx",
"id": "xxxx"
}
{
"code": 200,
"data": {
"message": "Success"
},
"message": "Success"
}