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

Lead Generation

Generates new leads based on specific criteria and search strategies.

POST /api/agents/sales/leadGeneration

Request Body

{ "siteId": "123e4567-e89b-12d3-a456-426614174000", "userId": "123e4567-e89b-12d3-a456-426614174000", "maxLeads": 10, "company": { "name": "My Company", "industry": "SaaS", "description": "B2B software provider" } }
ParameterTypeRequiredDescription
siteIdstringYesThe UUID of the site.
userIdstringYesThe UUID of the user.
agent_idstringNoThe UUID of the specific agent.
maxLeadsnumberNoMaximum number of leads to generate (default: 10).
prioritystringNoPriority level (default: ‘medium’).
companyobjectNoCompany context for personalized search.
webhookstringNoWebhook URL for async results.

Response

Returns the generated leads and search insights.

Last updated on