Skip to main content

Event Snapshot

GET 

https://demo.frigate.video/api/events/:event_id/snapshot.jpg

Event Snapshot

Request

Path Parameters

    event_id Event Idrequired

Query Parameters

    download any
    timestamp any
    bbox any
    crop any
    height any
    quality any

Responses

Successful Response

Schema
import http.client

conn = http.client.HTTPSConnection("demo.frigate.video")
payload = ''
headers = {
'Accept': 'application/json'
}
conn.request("GET", "/api/events/:event_id/snapshot.jpg", payload, headers)
res = conn.getresponse()
data = res.read()
print(data.decode("utf-8"))
Request Collapse all
Base URL
https://demo.frigate.video/api
Parameters
— pathrequired
— query
— query
— query
— query
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!