Bot Service Controller

Bot Stop Remote Capture

Path: /api/bots/stop

Method: POST

Example Http Request

POST /api/bots/stop-capture HTTP/1.1
Host: localhost:8080

Example Http Response

HTTP/1.1 200 OK
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Content-Type: application/json
Content-Length: 26

{"isCaptureStarted":false}

Example Curl Request

$ curl 'http://localhost:8080/api/bots/stop-capture' -i -X POST

Bot Service Controller