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

Segments

POST/api/agents/tools/segments/create · /get · /update
ActionRouteRequired
createPOST /api/agents/tools/segments/createsite_id, name
listPOST /api/agents/tools/segments/getsite_id
updatePOST /api/agents/tools/segments/updatesite_id, segment_id

Optional: description, audience, size, estimated_value, language, is_active, attributes.

curl -X POST "https://backend.makinari.com/api/agents/tools/segments/create" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "site_id": "YOUR_SITE_ID", "name": "SaaS Decision Makers", "audience": "professional", "language": "en", "is_active": true }'

MCP: Marketing tools.

Last updated on