docs: audit API docs — fix all remaining bare uuid → file_uuid

This commit is contained in:
Accusys
2026-05-14 17:54:39 +08:00
parent a9d0228a72
commit 0491c39d3f
12 changed files with 130 additions and 56 deletions
@@ -220,8 +220,8 @@ MP4 video segment with face bboxes.
| Param | Type | Default | Description |
|-------|------|---------|-------------|
| `start` | int | — | Start frame (required) |
| `end` | int | — | End frame (required) |
| `start_frame` | int | — | Start frame (required) |
| `end_frame` | int | — | End frame (required) |
| `duration` | float | 10 | Clip duration seconds |
---
@@ -258,7 +258,7 @@ Auth: X-API-Key: muser_test_apikey
| 7 | `GET /trace/1271/faces` | `?limit=2` | 33 total, paginated |
| 8 | `GET /trace/1271/faces` | `?limit=10&interpolate=true` | 271 frames |
| 9 | `GET /trace/2/video` | — | 2.0MB MP4 |
| 10 | `GET /video/bbox` | `?start=4650&end=4680` | 1.9MB MP4 overlay |
| 10 | `GET /video/bbox` | `?start_frame=4650&end_frame=4680` | 1.9MB MP4 overlay |
| 11 | `GET /thumbnail` | `?frame=4650` | 82KB JPEG |
---