From 8c9bab1d4a214504a58ab7b09d2848274282ebf2 Mon Sep 17 00:00:00 2001 From: Warren Date: Fri, 8 May 2026 04:06:11 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20numbering=2047=E2=86=9256,=20sepa?= =?UTF-8?q?rate=20delete=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs_v1.0/API_V1.0.0/API_DICTIONARY_V1.0.0.md | 26 ++++++++++++------- 1 file changed, 16 insertions(+), 10 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 636a4ee..e1a735a 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 @@ -90,21 +90,26 @@ | 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=`) | + +## Identity Delete + +| # | Method | Route | Description | +|---|--------|-------|-------------| | 47 | DELETE | `/api/v1/identity/:uuid` | Delete identity + unbind all faces | ## Agents (agent_api.rs + five_w1h_agent_api.rs + identity_agent_api.rs) | # | Method | Route | Description | |---|--------|-------|-------------| -| 47 | POST | `/api/v1/agents/translate` | AI text translation | -| 48 | POST | `/api/v1/agents/5w1h/analyze` | Single chunk 5W1H analysis | -| 49 | POST | `/api/v1/agents/5w1h/batch` | Batch 5W1H analysis | -| 50 | GET | `/api/v1/agents/5w1h/status` | 5W1H job status | -| 51 | POST | `/api/v1/agents/identity/analyze` | Identity analysis | -| 52 | GET | `/api/v1/agents/identity/status` | Identity job status | -| 53 | POST | `/api/v1/agents/identity/suggest` | Identity suggestions | -| 54 | POST | `/api/v1/agents/suggest/merge` | Suggest identity merge | -| 55 | POST | `/api/v1/agents/suggest/clustering` | Suggest re-clustering | +| 48 | POST | `/api/v1/agents/translate` | AI text translation | +| 49 | POST | `/api/v1/agents/5w1h/analyze` | Single chunk 5W1H analysis | +| 50 | POST | `/api/v1/agents/5w1h/batch` | Batch 5W1H analysis | +| 51 | GET | `/api/v1/agents/5w1h/status` | 5W1H job status | +| 52 | POST | `/api/v1/agents/identity/analyze` | Identity analysis | +| 53 | GET | `/api/v1/agents/identity/status` | Identity job status | +| 54 | POST | `/api/v1/agents/identity/suggest` | Identity suggestions | +| 55 | POST | `/api/v1/agents/suggest/merge` | Suggest identity merge | +| 56 | POST | `/api/v1/agents/suggest/clustering` | Suggest re-clustering | --- @@ -119,5 +124,6 @@ | Search | 3 | `search.rs`, `universal_search.rs` | | Trace | 2 | `trace_agent_api.rs` | | Media | 4 | `media_api.rs` | +| Identity Delete | 1 | `identity_api.rs` | | Agents | 9 | `agent_api.rs`, `five_w1h_agent_api.rs`, `identity_agent_api.rs` | -| **Total** | **55** | | +| **Total** | **56** | |