Python
User Data
Insert Data to a User
POST
Python
Insert new memory data (blob) for a specific user. This endpoint handles the storage of memory data and automatically updates the user’s memory buffer.
The inserted data will be processed and integrated into the user’s long-term memory profile.
Memobase plans to support the following blob types:
ChatBlob: ✅ supported.SummaryBlob: ✅ supported.DocBlob: 🚧 in progressImageBlob: 🚧 in progressCodeBlob: 🚧 in progressTranscriptBlob: 🚧 in progress
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the user to insert the blob for
Query Parameters
Whether to wait for the blob to be processed
Body
application/json