4.24.2025 - API Updates
20 days ago by Darrell Malone
New Endpoints
Bridge Actions
/bridges/{bridgeId}/actions
This endpoint is used to perform actions on a bridge. Currently, the only action available is rebooting the bridge.
curl --request POST \
--url https://api.cxxx.eagleeyenetworks.com/api/v3.0/bridges/10531b5f/actions \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"action":"reboot"}'
Updated Schemas
Vehicle Body Types Expanded
The following vehicle types have been added for Vehicle Detection Events:
- SUV
- Pickup Truck
- Tuk Tuk
New Event Data Schema
A new data schema has been added for Eagle Eye Networks events.
Full Frame Image with Overlay
Includes a bounding box overlay to highlight objects detected in a frame.