cURL
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" }
Synthetizes real sensor data based on given session object Additionally returns device if no session was given (Automatically initializes session)
Requires X-Api-Key header set
X-Api-Key
Successful operation
The response is of type object.
object