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

Segment ICP Analysis

Performs detailed Ideal Customer Profile (ICP) analysis for existing segments.

POST /api/agents/growth/segments/icp

Request Body

{ "siteId": "123e4567-e89b-12d3-a456-426614174000", "segmentIds": ["uuid1", "uuid2"] }
ParameterTypeRequiredDescription
siteIdstringYesThe UUID of the site.
segmentIdsstring[]YesArray of segment UUIDs to analyze.
userIdstringNoThe UUID of the user.
agent_idstringNoThe UUID of the specific agent.

Response

Returns the updated segments with ICP analysis data.

Last updated on