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

Authorizations

apiKey
string
header
required

Path Parameters

graph_name
string
required

Body

application/json

Data model for query request.

Response

200
application/json

Successful Response

Data model for query response.