Create a memory
post
Create a new memory record.
Authorizations
AuthorizationstringRequired
Bearer {apikey}
Path parameters
agentIdstringRequired
The ID of the agent.
customerIdstringRequired
The ID of the customer.
Body
typestring · enumRequiredPossible values:
Specifies the type of memory object.
contentstringRequired
The main content or description of the memory.
importanceinteger · min: 1 · max: 10OptionalDefault:
A numerical value indicating the level of importance of the memory. Importance can range from 1 to 10, with a default of 1.
1segmentstringOptionalExample:
The segment of the memory.
memories.customer.customer123Responses
200
Successful Response
application/json
400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
post
/v1/agents/{agentId}/customers/{customerId}/memoriesLast updated