POST
/
graph
/
{graph_name}
/
webcrawler
/
{webcrawler_id}
curl --request POST \
  --url https://api.circlemind.co/graph/{graph_name}/webcrawler/{webcrawler_id} \
  --header 'apiKey: <api-key>'
{
  "requestId": "<string>",
  "requestTime": 123,
  "memoryId": "<string>"
}

Authorizations

apiKey
string
header
required

Path Parameters

graph_name
string
required
webcrawler_id
string
required

Response

200
application/json

Successful Response

Data model for insert response.