Deep Research
Conducts in-depth research on specific topics or entities using multiple search operations.
POST /api/agents/dataAnalyst/deepResearch
Request Body
{
"site_id": "123e4567-e89b-12d3-a456-426614174000",
"research_topic": "Market trends in AI",
"research_depth": "comprehensive",
"context": "Focus on SaaS applications",
"deliverables": ["report", "competitor_list"]
}| Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | Yes | The UUID of the site. |
research_topic | string | Yes | The main topic to research. |
research_depth | string | No | Depth of research (default: ‘comprehensive’). |
context | string | No | Additional context to guide the research. |
deliverables | any | No | Specific outputs requested. |
Response
Returns the research plan, executed operations, and findings.
Last updated on