API Reference
/- Cloud Phones
- Local API
- Cloud phone screen capture(response base64)
List Cloud Phone Profiles
Create Cloud Phone
Start Cloud Phone
Stop Cloud Phone
Update Cloud Phone Profile
Set cloud phone proxy
Delete Cloud Phone
One-click new machine
Get Cloud Phone Details
Get Cloud Phone Details By AndroidId
Enable or disable global ROOT
Cloud phone screen capture
List Device Brands & Models
Cloud phone screen captur...
Get the real-time screen capture of the specified cloud phone instance. Currently, only Android 12 and Android 15 are supported.
POST
curl -i -X POST \
http://127.0.0.1:40000/api/cloudphone/screenCapBase64 \
-H 'Content-Type: application/json' \
-d '{
"id": 1558968155668507
}'Response
{ "code": 0, "data": { "captureBase64": "data:image/png;base64,/9j/4AAQSkZJRgABAQAA.....", "errorMessage": "success", "success": true }, "msg": "string" }