ReferenceChordian deep search
Start Deep Search
Start a Chordian Deep Search workflow.
Connect to websocket_url for live progress. Re-call start with thread_id + list_id to answer clarifying questions. Charged as research.run.
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
application/json
curl -X POST "https://example.com/api/v1/search/chordian-deep-search/start" \ -H "Content-Type: application/json" \ -d '{ "prompt": "Research top autonomous vehicle sensor manufacturers in Europe", "llm_model": "claude-sonnet-4.6", "live_url": true, "proxy": false }'{ "success": true, "thread_id": "string", "list_id": "string", "websocket_url": "string", "live_url": "string", "workspace_id": "string", "status": "string"}Was this page helpful?Report an issue