v1

latestOpenAPI 3.0.02026-08-042710098.2 KB
alerts

Get alert video clip

Returns a public download URL for the MP4 video clip associated with an alert event. The URL does not require authentication and expires after 24 hours. Use the alert_event_id from webhook payloads to retrieve the corresponding video clip.

get/v1/alerts/{alert_event_id}/clip

Path parameters

alert_event_idinteger required

Response

Successful Response

preview_urlstring required

Web player page URL for viewing the clip in a browser. No authentication required. Valid until expires_at.

mp4_urlstring required

Direct download URL for the MP4 video clip. No authentication required. Valid until expires_at.

expires_atstring date-time required

When the URLs expire (UTC)

clip_start_timestring date-time required

Start time of the video clip (UTC)

clip_end_timestring date-time required

End time of the video clip (UTC)

alert_event_idinteger required

ID of the alert event

camera_mac_addressstring required

MAC address of the camera that captured the alert

All 27 operations