From 857a5de74699b31cf3dee31e0c8fbd1881439381 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 7 Sep 2024 11:29:14 -0600 Subject: [PATCH] Add api docs for review api --- docs/docs/integrations/api.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/integrations/api.md b/docs/docs/integrations/api.md index a0208bc01..4c3095835 100644 --- a/docs/docs/integrations/api.md +++ b/docs/docs/integrations/api.md @@ -381,6 +381,14 @@ List of frames in the preview cache for the time range. Previews are only kept i Specific preview frame from preview cache. +### `GET /review//preview` + +Looping image made from preview video / frames during this review item. + +| param | Type | Description | +| --------- | ---- | -------------------------------- | +| `format` | str | Format of preview [`gif`, `mp4`] | + ### `GET //start//end//preview` Looping image made from preview video / frames during this time range.