Bot Service Controller - Capture Sets
Start Capture Set with Custom ID
Path: /api/bots/start-capture
Method: POST
Example Http Request
POST /api/bots/start-capture HTTP/1.1
Host: localhost:8080
Content-Type: application/x-www-form-urlencoded
captureSetId=test-capture-set-123
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/start-capture' -i -X POST \
-d 'captureSetId=test-capture-set-123'
Bot Service Controller - Capture Sets