POST
/
graph
/
{graph_name}
/
insert

Authorizations

apiKey
string
header
required

Path Parameters

graph_name
string
required

Body

application/json

Data model for insert request.

memory
string
required

Raw text to be inserted into the graph

memoryId
string | null

Reserved

metadata
string | null

Stringified JSON dictionary containing any metadata to link to the given memory.

(i.e., '{"id": "asdash-234fdsc-erwer-wqes2", "url": "https://example.com"}')

Response

200 - application/json

Data model for insert response.

memoryId
string
required

Reserved

requestId
string
required

Unique request ID to be used to track the request status

requestTime
integer
required

Further value to provide to track the request status