Skip to main content
Skip table of contents

SubC Inspector API Commands

API commands are sent from SubC Inspector application to the SubC DVR+, DVR+ SCI and RCS applications.

These commands can also be run manually. Open Windows Command Prompt and use curl command.

Example

/startall

CODE
curl -v http://192.168.2.117:13000/api/recordersettings/startall
*   Trying 192.168.2.117:13000...
* Connected to 192.168.2.117 (192.168.2.117) port 13000 (#0)
> GET /api/recordersettings/startall HTTP/1.1
> Host: 192.168.2.117:13000
> User-Agent: curl/8.0.1
> Accept: */*
>
* HTTP 1.0, assume close after body
< HTTP/1.0 200 OK
< Access-Control-Allow-Origin: *
< Expires: Sat, 26 Jul 1997 05:00:00 GMT
< Last-Modified: Wed, 06 May 2026 14:26:54 GMT
< Cache-Control: no-store, no-cache, must-revalidate
< Pragma: no-cache
< Content-Type: text/html; charset=utf-8
< Server: EmbedIO/3.4.3
< Date: Wed, 06 May 2026 14:26:54 GMT
< Content-Length: 0
< Connection: close
<
* Closing connection 0

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.