Memory
Store Memory
Retrieve Memory
Update Memory
Delete Memory
List Collections
Get Collection Info
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /memory HTTP/1.1
Host:
correlation-id: text
Content-Type: application/json
Accept: */*
Content-Length: 36
{
"collection_name": "text",
"data": {}
}{
"message": "text"
}GET /memory?collection_name=text&query=text HTTP/1.1
Host:
correlation-id: text
Accept: */*
{
"results": [
{}
]
}PATCH /memory HTTP/1.1
Host:
correlation-id: text
Content-Type: application/json
Accept: */*
Content-Length: 36
{
"collection_name": "text",
"data": {}
}{
"message": "text"
}DELETE /memory HTTP/1.1
Host:
correlation-id: text
Content-Type: application/json
Accept: */*
Content-Length: 46
{
"collection_name": "text",
"match_criteria": {}
}{
"message": "text"
}