POST
/
bmp
/
android
/
sensor
Generate sensor data
curl --request POST \
  --url https://api.runeverse.tools/bmp/android/sensor \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "bmpVersion": "3.3.5",
  "appPackage": "com.xyz.android",
  "appVersion": "1.0.0",
  "appVersionCode": "0",
  "language": "en-US",
  "dciScriptBase64": "YmFzZTY0IG9mIGRjaSBzY3JpcHQ=",
  "paramsBase64": "RXhhbXBsZSAvX2JtL2dldF9wYXJhbXMgcmVzcG9uc2U=",
  "session": {}
}'
{
  "sensor": "3,a,xyz$53,43,12$$$",
  "device": {
    "hardware": "<string>",
    "manufacturer": "<string>",
    "model": "<string>",
    "release": "<string>",
    "brand": "<string>",
    "id": "<string>",
    "heightPixels": 123,
    "widthPixels": 123,
    "androidId": "<string>"
  },
  "session": {},
  "reportData": "ZW5jcnlwdGVkIGFwcGxpY2F0aW9uIHN0YXRl"
}

Authorizations

X-Api-Key
string
header
required

Body

application/json

Response

200
application/json

Successful operation

The response is of type object.