Create memories in batch
The Batch Memory Creation endpoint allows you to create multiple memory records for a customer in a single API call. This is more efficient than making multiple individual requests when you need to store several memories at once.
post
Create multiple memory records in a single request.
Authorizations
AuthorizationstringRequired
Bearer {apikey}
Path parameters
agentIdstringRequired
The ID of the agent.
customerIdstringRequired
The ID of the customer.
Body
Responses
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}/memories/batchLast updated