Download Files
FreshDownload File to Cloud Phone
Download files from a URL to a cloud phone's storage.
URL: https://openapi.geelark.com/open/v1/phone/file/downloadMethod: POST
| Parameter | Required | Type | Description |
|---|---|---|---|
| id | Yes | string | Cloud phone ID |
| fileUrl | Yes | string | File URL to download |
| savePath | Yes | string | Destination path on cloud phone (e.g., /sdcard/) |
Request Example
json
{
"id": "528086321789535232",
"fileUrl": "https://example.com/video.mp4",
"savePath": "/sdcard/video.mp4"
}Error Codes
| Code | Description |
|---|---|
| 42001 | Cloud phone does not exist |
| 42002 | Cloud phone is not running |