Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →
AgentsData Analyst

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"] }
ParameterTypeRequiredDescription
site_idstringYesThe UUID of the site.
research_topicstringYesThe main topic to research.
research_depthstringNoDepth of research (default: ‘comprehensive’).
contextstringNoAdditional context to guide the research.
deliverablesanyNoSpecific outputs requested.

Response

Returns the research plan, executed operations, and findings.

Last updated on