POST
/
memories
{
  "memory_id": "mem-123",
  "memory": "User prefers technical explanations with code examples",
  "topics": [
    "preferences",
    "communication_style",
    "technical"
  ],
  "user_id": "user-456",
  "created_at": "2024-01-15T10:30:00Z",
  "updated_at": "2024-01-15T10:30:00Z"
}

Headers

authorization
string | null

Query Parameters

db_id
string | null

Database ID to use for memory storage

Body

application/json

Define the payload expected for creating a new user memory

Response

Memory created successfully

The response is of type object.