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)