API Reference
/- Cloud Phones
- Local API
- Cloud phone screen capture
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(response base64)
List Device Brands & Models
Cloud phone screen captur...
Get the real-time screen capture of the specified cloud phone instance. Supports returning a temporary signed URL with an expiration timestamp.
POST
curl -i -X POST \
http://127.0.0.1:40000/api/cloudphone/screenCap \
-H 'Content-Type: application/json' \
-d '{
"id": 1558968155668507
}'Response
{ "code": 0, "data": { "url": "http://oss.morelogin.com/test.png", "status": "finish", "expireAt": 1756024767163, "success": true }, "msg": "string" }