docs: add media+delete routes to dictionary

This commit is contained in:
Warren
2026-05-08 03:13:44 +08:00
parent a19385d35b
commit 876552ee95

View File

@@ -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)