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.
Chat with the MemOS system.
cURL
curl --request POST \ --url https://api.example.com/chat \ --header 'Content-Type: application/json' \ --data ' { "query": "What is the latest update?", "user_id": "user123" } '
{ "message": "Operation successful", "code": 200, "data": "<string>" }
Chat query message.
"What is the latest update?"
User ID for the request
"user123"
Successful Response
Response model for chat operations.
Response message
"Operation successful"
Response status code
200
Response data