cURL
curl --request POST \ --url https://api.circlemind.co/graph/{graph_name}/webcrawler \ --header 'Content-Type: application/json' \ --header 'apiKey: <api-key>' \ --data '{ "limit": 123, "maxDepth": 123, "url": "<string>", "schedule": "<string>" }'
{ "webcrawlerId": "<string>" }
Creates a webcrawler with the specified parameters. Note that it does not run it.
Data model for create webcrawler request.
Successful Response
Data model for create webcrawler response.