Automatically generates and saves echo memories based on a user query. The most sophisticated endpoint that combines query processing, memory generation, and storage.
Automatically generates and saves echo memories based on a user query. This is the most sophisticated endpoint that combines query processin and memory generation for your end users.
Authorization
: Bearer token (Firebase token)accept
: application/jsonContent-Type
: application/jsonquery
(string, required): User query to generate memories fromuser_name
(string, required): Name of the user for personalizationReturns an array of generated echo memory objects that were created and stored.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Generated memories returned successfully
The response is of type object[]
.
Automatically generates and saves echo memories based on a user query. The most sophisticated endpoint that combines query processing, memory generation, and storage.
Automatically generates and saves echo memories based on a user query. This is the most sophisticated endpoint that combines query processin and memory generation for your end users.
Authorization
: Bearer token (Firebase token)accept
: application/jsonContent-Type
: application/jsonquery
(string, required): User query to generate memories fromuser_name
(string, required): Name of the user for personalizationReturns an array of generated echo memory objects that were created and stored.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Generated memories returned successfully
The response is of type object[]
.