Skip to main content
POST
/
api
/
v1
/
context
/
memory
/
add

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
memoryId
string

The ID of the memory

contents
object[]

Array of content objects with additional properties allowed

Response

Memory context added successfully