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

Campaign Requirements

Generates detailed actionable requirements and tasks for pending campaigns.

POST /api/agents/growth/campaigns/requirements

Request Body

{ "siteId": "123e4567-e89b-12d3-a456-426614174000" }
ParameterTypeRequiredDescription
siteIdstringYesThe UUID of the site.
userIdstringNoThe UUID of the user.
agent_idstringNoThe UUID of the specific agent.

Response

Returns the created requirements and updated campaigns.

Last updated on