document_type, service, title, date, version, status, owner, created_by, tags, ai_query_hints
| document_type |
service |
title |
date |
version |
status |
owner |
created_by |
tags |
ai_query_hints |
| reference_doc |
MOMENTRY_CORE |
Momentry Core API 文件總覽 |
2026-04-23 |
V1.0 |
active |
Warren |
OpenCode |
|
| 查詢 Momentry Core API 文件總覽 的內容 |
| Momentry Core API 文件總覽 的主要目的是什麼? |
| 如何操作或實施 Momentry Core API 文件總覽? |
|
Momentry Core API 文件總覽
Version: 3.0 | Updated: 2026-04-23
Source: Generated from actual Rust code (src/api/)
📁 文件結構
快速選擇指南
認證
使用方式
環境
| 環境 |
URL |
使用時機 |
| 本地開發 |
http://localhost:3002 |
開發/測試 |
| Playground |
http://localhost:3003 |
開發測試(dev 模式) |
| 外部訪問 |
https://api.momentry.ddns.net |
n8n、WordPress、遠端 |
API 端點總覽
| 類別 |
端點數 |
說明 |
| Health & Stats |
5 |
健康檢查與統計(公開) |
| Core Asset |
6 |
影片註冊、查詢、進度 |
| Processing |
7 |
探針、處理、任務 |
| Search |
7 |
向量、BM25、混合搜索 |
| Visual Chunk |
5 |
視覺分片搜索 |
| Face Recognition |
7 |
人臉識別 |
| Person Identity |
21 |
人物身份管理 |
| Global Identities |
6 |
全局身份 |
| Identity Binding |
6 |
身份綁定 |
| Configuration |
1 |
緩存配置 |
| Total |
71 |
可達端點 |
⚠️ 未掛載端點
以下端點已定義但未在 router 中掛載:
| 端點 |
定義位置 |
/api/v1/search/universal |
universal_search.rs |
/api/v1/search/frames |
universal_search.rs |
/api/v1/search/persons |
universal_search.rs |
/api/v1/who |
who.rs |
/api/v1/who/candidates |
who.rs |
常見問題
Q: API 返回 401 錯誤?
API Key 無效或過期。請檢查 X-API-Key header。
Q: API 返回 502 錯誤?
相關文件