Manage Data
Insert Data to a User
POST
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.DocBlob
: 🚧 in progressImageBlob
: 🚧 in progressCodeBlob
: 🚧 in progressTranscriptBlob
: 🚧 in progress
Path Parameters
The ID of the user to insert the blob for
Body
application/json
The blob data to insert
Available options:
chat
, doc
, image
, code
, transcript