Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET 'https://app.memorylake.cn/openapi/memorylake/api/v3/workspaces/ws-a1b2c3d4e5f6/projects/proj-7g8h9i0j1k2l/memories/documents/doc-3m4n5o6p7q8r' \ -H 'Authorization: Bearer sk_xxxxxx'
{ "success": true, "data": { "id": "doc-3m4n5o6p7q8r", "name": "quarterly-report.pdf", "status": "okay", "error": null, "usage": { "files_process_tokens": 15230 }, "document_type": "drive_file", "created_at": "2025-03-10T14:22:00Z" } }
通过 ID 检索单个文档的元数据
GET /openapi/memorylake/api/v3/workspaces/{workspaceId}/projects/{projectId}/memories/documents/{documentId}
project:doc_read
Show 文档详情
pending
running
okay
error
status
null
Show Usage
drive_file