Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Register a new MemCube.
cURL
curl --request POST \ --url https://api.example.com/mem_cubes \ --header 'Content-Type: application/json' \ --data ' { "mem_cube_name_or_path": "/path/to/cube", "user_id": "user123", "mem_cube_id": "cube123" } '
{ "message": "Operation successful", "code": 200, "data": null }
Name or path of the MemCube to register.
"/path/to/cube"
User ID for the request
"user123"
ID for the MemCube
"cube123"
Successful Response
Simple response model for operations without data return.
Response message
"Operation successful"
Response status code
200
Response data