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 progressBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the user to insert the blob for
Whether to wait for the blob to be processed
The blob data to insert
Successful Response
The response is of type object
.
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 progressBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the user to insert the blob for
Whether to wait for the blob to be processed
The blob data to insert
Successful Response
The response is of type object
.