User Profiles
Flush Buffer
Flush unprocessed blobs into Memory
POST
Flush the memory buffer for a specific user and buffer type. This endpoint ensures all pending memory operations are processed and committed to long-term storage.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the user
The type of buffer to flush
Available options:
chat
, doc
, image
, code
, transcript
Response
200
application/json
Successful Response
The response is of type object
.