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

deepResearch

Ejecuta el workflow deepResearchWorkflow en Temporal para investigación profunda

POST/api/workflow/deepResearch

Body Parameters

ParameterTypeRequiredDescription
site_idstringYes-
research_topicstringYes-

Example Request

curl -X POST "https://api.makinari.com/api/workflow/deepResearch" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "site_id": "value", "research_topic": "value" }'
Last updated on