From 876552ee952efeec7d8ba317a8ae224b4d454fb2 Mon Sep 17 00:00:00 2001 From: Warren Date: Fri, 8 May 2026 03:13:44 +0800 Subject: [PATCH] docs: add media+delete routes to dictionary --- docs_v1.0/API_V1.0.0/API_DICTIONARY_V1.0.0.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs_v1.0/API_V1.0.0/API_DICTIONARY_V1.0.0.md b/docs_v1.0/API_V1.0.0/API_DICTIONARY_V1.0.0.md index 5db2356..636a4ee 100644 --- a/docs_v1.0/API_V1.0.0/API_DICTIONARY_V1.0.0.md +++ b/docs_v1.0/API_V1.0.0/API_DICTIONARY_V1.0.0.md @@ -86,10 +86,11 @@ | # | Method | Route | Description | |---|--------|-------|-------------| -| 43 | GET | `/api/v1/file/:uuid/thumbnail` | Frame JPEG (with optional crop) | -| 44 | GET | `/api/v1/file/:uuid/video` | Raw video stream | -| 45 | GET | `/api/v1/file/:uuid/video/bbox` | Bbox overlay video | -| 46 | GET | `/api/v1/file/:uuid/trace/:id/video` | Trace clip with bbox | +| 43 | GET | `/api/v1/file/:uuid/thumbnail` | Frame JPEG (optional crop via `?frame=&x=&y=&w=&h=`) | +| 44 | GET | `/api/v1/file/:uuid/video` | Raw video stream (`?start=&end=` for range) | +| 45 | GET | `/api/v1/file/:uuid/video/bbox` | Bbox overlay video (`?start=&end=&duration=`) | +| 46 | GET | `/api/v1/file/:uuid/trace/:id/video` | Trace clip with bbox overlay (`?padding=`) | +| 47 | DELETE | `/api/v1/identity/:uuid` | Delete identity + unbind all faces | ## Agents (agent_api.rs + five_w1h_agent_api.rs + identity_agent_api.rs)