docs: fix endpoint names, remove dead signlas/unbound, correct unmounted routes list

This commit is contained in:
Accusys
2026-05-18 00:42:27 +08:00
parent 088aefdac7
commit 01bebb645a
6 changed files with 494 additions and 21 deletions

View File

@@ -34,7 +34,7 @@ a { color: #0066cc; }
<p><strong>Auth</strong>: Required
<strong>Scope</strong>: file-level</p>
<p>Register a video file for processing. Returns the file's metadata and UUID.</p>
<p><strong>New in v0.1.2</strong>: Registration now <strong>automatically triggers the processing pipeline</strong> — no need to call <code>POST /api/v1/file/:uuid/process</code> separately. The system will:
<p><strong>New in v0.1.2</strong>: Registration now <strong>automatically triggers the processing pipeline</strong> — no need to call <code>POST /api/v1/file/:file_uuid/process</code> separately. The system will:
1. Register the file and run ffprobe
2. Auto-run offline TMDb probe (reads local identity files, no API calls)
3. Create a monitor job for the worker

View File

@@ -469,14 +469,6 @@ a { color: #0066cc; }
</tr>
</tbody>
</table>
<hr />
<h3><code>GET /api/v1/signals/unbound</code></h3>
<p><strong>Auth</strong>: Required
<strong>Scope</strong>: identity-level</p>
<p>List unbound face signals — face detections that have not yet been assigned to any identity.</p>
<h4>Example</h4>
<div class="codehilite"><pre><span></span><code>curl<span class="w"> </span>-s<span class="w"> </span><span class="s2">&quot;</span><span class="nv">$API</span><span class="s2">/api/v1/signals/unbound&quot;</span><span class="w"> </span>-H<span class="w"> </span><span class="s2">&quot;X-API-Key: </span><span class="nv">$KEY</span><span class="s2">&quot;</span>
</code></pre></div>
</div>
</body>
</html>

View File

@@ -333,16 +333,8 @@ a { color: #0066cc; }
</thead>
<tbody>
<tr>
<td><code>/api/v1/search/universal</code></td>
<td><code>universal_search.rs</code></td>
</tr>
<tr>
<td><code>/api/v1/search/frames</code></td>
<td><code>universal_search.rs</code></td>
</tr>
<tr>
<td><code>/api/v1/search/persons</code></td>
<td><code>universal_search.rs</code></td>
<td><code>universal_search.rs</code> (not mounted)</td>
</tr>
<tr>
<td><code>/api/v1/who</code></td>