Skip to main content
GET
/
devices
/
{deviceId}
/
capabilities
Get capabilities for a specific device
curl --request GET \
  --url https://api.mobilerun.ai/devices/{deviceId}/capabilities \
  --header 'Authorization: Bearer <token>'
{
  "capabilities": {
    "accessibility": true,
    "agent": true,
    "apps": true,
    "browser": true,
    "esim": true,
    "files": true,
    "fingerprint": true,
    "geo": true,
    "humanTouch": true,
    "language": true,
    "logcat": true,
    "proxy": true,
    "reset": true,
    "shell": true,
    "spoofing": true,
    "stream": true,
    "time": true
  },
  "deviceType": "<string>",
  "$schema": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Path Parameters

deviceId
string
required

Response

OK

capabilities
object
required
deviceType
string
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/CapabilityInfo.json"