Manually adds a new echo memory for a cortex user.
Lets you add new AI memories for your users.
Authorization
: Bearer token (Firebase token)accept
: application/jsonContent-Type
: application/jsoncontent
(string, required): The echo memory content to addmetadata
(object, optional): Additional metadata for the memory
title
(string, optional): Title for the memorytype
(string, optional): Type classification for the memoryReturns a boolean indicating success (true) or failure (false) of the memory insertion.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Memory insertion result
Success (true) or failure (false) of the memory insertion
Manually adds a new echo memory for a cortex user.
Lets you add new AI memories for your users.
Authorization
: Bearer token (Firebase token)accept
: application/jsonContent-Type
: application/jsoncontent
(string, required): The echo memory content to addmetadata
(object, optional): Additional metadata for the memory
title
(string, optional): Title for the memorytype
(string, optional): Type classification for the memoryReturns a boolean indicating success (true) or failure (false) of the memory insertion.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Memory insertion result
Success (true) or failure (false) of the memory insertion