docs: fix numbering 47→56, separate delete section

This commit is contained in:
Warren
2026-05-08 04:06:11 +08:00
parent 876552ee95
commit 8c9bab1d4a

View File

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