Agentdvr Api Fixed ●

Have a specific integration in mind? Visit the iSpyConnect user forum—the community has already solved most API puzzles.

| Action | API Endpoint | |--------|---------------| | | /video/CAMERA_NUM/record (1 = start, 0 = stop) | | Take a Snapshot | /video/CAMERA_NUM/snapshot | | Enable/Disable Motion Detection | /video/CAMERA_NUM/motion (1 = on, 0 = off) | | Trigger Alert/Action | /video/CAMERA_NUM/alert | | PTZ Control (if supported) | /video/CAMERA_NUM/ptz?command=left (also: right, up, down, zoom_in, zoom_out) |

curl "http://localhost:8090/video/2/record?0" agentdvr api

Here is a breakdown of how to use the endpoint.

The Agent DVR API has a wide range of potential applications, including: Have a specific integration in mind

This returns JSON with file paths and timestamps. You can then download a file using:

Out of the box, the API often allows local requests without authentication for ease of integration. The Agent DVR API has a wide range

| Action | API Endpoint | |--------|---------------| | | /status | | List all cameras | /get cameras | | List recent events | /events?limit=10 | | Reboot Agent DVR | /shutdown (use with caution) |