From caa129321192353c45b27356b635cbe9607b927a Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Wed, 1 Nov 2023 07:28:45 -0600 Subject: [PATCH] Add api to docs --- docs/docs/integrations/api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/integrations/api.md b/docs/docs/integrations/api.md index f080c0a36..09a7be284 100644 --- a/docs/docs/integrations/api.md +++ b/docs/docs/integrations/api.md @@ -263,6 +263,10 @@ Returns the snapshot image from the latest event for the given camera and label Returns the snapshot image from the specific point in that cameras recordings. +### `GET /api//grid.jpg` + +Returns the latest camera image with the regions grid overlaid. + ### `GET /clips/-.jpg` JPG snapshot for the given camera and event id.