MemoryKit

Send Message

Send a message and get a RAG-powered response.

Path parameters

ParameterTypeDescription
idstringThe chat session ID

Request body

FieldTypeRequiredDescription
messagestringYesThe user's message
modestringNofast, balanced (default), or precise

Response

{
  "message": {
    "id": "msg_abc123",
    "role": "assistant",
    "content": "To reset your password, go to Settings > Security...",
    "sources": [],
    "created_at": "2025-01-15T10:31:00Z"
  }
}

On this page