Skip to content

Download Files

Fresh

Download 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

ParameterRequiredTypeDescription
idYesstringCloud phone ID
fileUrlYesstringFile URL to download
savePathYesstringDestination path on cloud phone (e.g., /sdcard/)

Request Example

json
{
  "id": "528086321789535232",
  "fileUrl": "https://example.com/video.mp4",
  "savePath": "/sdcard/video.mp4"
}

Error Codes

CodeDescription
42001Cloud phone does not exist
42002Cloud phone is not running

GEELark API Documentation - Built with VitePress