POST
/
graph
/
{graph_name}
/
files
curl --request POST \
  --url https://api.circlemind.co/graph/{graph_name}/files \
  --header 'Content-Type: multipart/form-data' \
  --header 'apiKey: <api-key>' \
  --form 'files=[
  null
]'
{
  "requestId": "<string>",
  "requestTime": 123,
  "memoryId": "<string>"
}

Authorizations

apiKey
string
header
required

Path Parameters

graph_name
string
required

Body

multipart/form-data

Response

200
application/json

Successful Response

Data model for insert response.