From 2fc58fea81d95f9ee02ce710b4b947d20a39b184 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 7 Sep 2024 13:21:38 -0600 Subject: [PATCH] Add api docs for review api (#13613) --- 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.