Import files from the Library into a project as documents
POST /openapi/memorylake/api/v3/workspaces/{workspaceId}/projects/{projectId}/memories/documents
Imports one or more Library files into a project as documents. MemoryLake processes each file asynchronously — indexing its content for semantic search and memory extraction. You can check progress with Get Document.
Permission required:project:doc_add
Files must already exist in the Library before you can import them. Use the Library API to upload files first.