API 文档
返回系统提供的内置元数据字段列表(例如文档类型、来源 URL)。
A valid request URL is required to generate request examples
{ "fields": [ { "name": "document_name", "type": "string" }, { "name": "uploader", "type": "string" }, { "name": "upload_date", "type": "time" }, { "name": "last_update_date", "type": "time" }, { "name": "source", "type": "string" } ] }
API Key 认证。对于所有 API 请求,请在 Authorization HTTP 头中包含您的 API Key,并加上 Bearer 前缀。示例:Authorization: Bearer {API_KEY}。强烈建议将 API Key 存储在服务端,不要在客户端共享或存储,以避免 API Key 泄漏导致严重后果。
Authorization
Bearer
Authorization: Bearer {API_KEY}
知识库 ID。
内置元数据字段。
系统提供的元数据字段列表。
Show child attributes
此页面对您有帮助吗?