Logo
IntelliQA's Public API Documentation

Robot Home

POST {{controller_endpoint}}

Command to instruct the robot to return to the HOME position.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
TCP-Wait-For-Server-Close
boolean




RESPONSES

status OK





Curl
curl -X POST 'controller_endpoint' -H 'Content-Type: application/json' -H 'TCP-Wait-For-Server-Close: true' -d '{"id":"robotID","commands":["CAMERA POSITION"]}'

ENDPOINTS