{ "opencollection": "1.0.0", "info": { "name": "Bear Cloud Robot System API", "version": "1.3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Robot System", "type": "folder" }, "items": [ { "info": { "name": "APIService_GetRobotSystemInfo", "type": "http" }, "http": { "method": "POST", "url": "https://api.bearrobotics.ai/v0/robot-system-info/get", "body": { "type": "json", "data": "{}" } }, "docs": "Get the overall robot system information.\n\n When called, the server returns robot system information. The system info\n tends to be static and does not change often." }, { "info": { "name": "APIService_RunSystemCommand", "type": "http" }, "http": { "method": "POST", "url": "https://api.bearrobotics.ai/v1/system-command/run", "body": { "type": "json", "data": "{}" } }, "docs": "Execute a OS-level command on a robot.\n\n When rebooting the robot, a response will return immediately to acknowledge\n the request but may take several minutes before the robot reconnects." } ] } ], "bundled": true }