Start Deep Search (Async)
curl --request POST \
--url https://api.sixtyfour.ai/search/start-deep-search \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"mode": "people",
"max_results": 1000,
"search_id": "<string>",
"output_mode": "csv"
}
'{
"task_id": "<string>",
"status": "<string>",
"message": "<string>"
}Search
Start Deep Search (Async)
Start a deep, agentic search from a natural language query. Returns a task ID to poll.
POST
/
search
/
start-deep-search
Start Deep Search (Async)
curl --request POST \
--url https://api.sixtyfour.ai/search/start-deep-search \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"mode": "people",
"max_results": 1000,
"search_id": "<string>",
"output_mode": "csv"
}
'{
"task_id": "<string>",
"status": "<string>",
"message": "<string>"
}Headers
Body
application/json
Request to start an agentic search workflow.
Natural-language search query.
Search mode: 'people' or 'company'.
Available options:
people, company Maximum number of results to return across pages.
Optional client-supplied search ID for idempotent retries.
Output mode: 'csv' to export, 'query_only' to return parsed query only.
Available options:
csv, query_only Was this page helpful?
⌘I