POST
/
graph
/
{graph_name}
/
insert
curl --request POST \
  --url https://api.circlemind.co/graph/{graph_name}/insert \
  --header 'Content-Type: application/json' \
  --header 'apiKey: <api-key>' \
  --data '{
  "memory": "<string>",
  "metadata": "<string>",
  "memoryId": "<string>"
}'
{
  "requestId": "<string>",
  "requestTime": 123,
  "memoryId": "<string>"
}

Authorizations

apiKey
string
header
required

Path Parameters

graph_name
string
required

Body

application/json

Data model for insert request.

Response

200
application/json

Successful Response

Data model for insert response.