ReferenceAgentic crawler
Start Agentic Crawler
Prepare an agentic crawler session.
Calling start alone does not run the crawl — connect to websocket_url from the response to trigger the agent.
Authorization
ApiKeyAuth x-api-key<token>
A platform key (ck_live_…). Mint one in the console under
Settings → API Keys.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/api/v1/search/agent/agentic-crawler" \ -H "Content-Type: application/json" \ -d '{ "prompt": "Find product managers at mid-stage fintech startups in London" }'{ "success": true, "message": "string", "thread_id": "string", "list_id": "string", "websocket_url": "string", "status": "string"}Was this page helpful?Report an issue