SmartCrawler
Start SmartCrawler
Start a new AI-powered web crawl request
POST
Start Crawl
POST /v1/crawl
Start a new crawl job using SmartCrawler.
Request Body
Content-Type: application/json
Schema
Example
Response
- 200 OK: Crawl started successfully. Returns
{ "task_id": "<task_id>" }
. Use thistask_id
to retrieve the crawl result from the Get Crawl Result endpoint. - 422 Unprocessable Entity: Validation error.
See the Get Crawl Result endpoint for the full response structure.