POST
/
ai-control
/
start
{
  "ai_control_signal_id": "<string>",
  "ai_control_signal_status": "stopped",
  "message": "<string>",
  "server_info": {
    "model_id": "<string>",
    "port": 123,
    "server_id": 123,
    "tcp_socket": [
      "<any>"
    ],
    "timeout": 123,
    "url": "<string>"
  },
  "status": "ok"
}

Body

application/json

Request to start the AI control of the robot.

Response

200
application/json

Successful Response

Response when starting the AI control.