Skip to main content
POST
Create a new memory.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Path Parameters

companyId
string
required

Body

application/json

Memory data

Request body for creating a memory

content
string
required

Memory content text

category
string

Memory category

metadata
object

Additional metadata for the memory

sourceChatId
string

Source chat ID if memory originated from a chat

sourceMessageId
string

Source message ID if memory originated from a message

Response

Created memory

Memory object

category
string

Memory category

content
string

Memory content text

created
number

Creation timestamp

id
string

Memory ID

isActive
boolean

Whether the memory is active

metadata
object

Additional metadata

sourceChatId
string

Source chat ID

sourceMessageId
string

Source message ID

updated
number

Last update timestamp