LeadEngine AI
AI-powered lead qualification engine for local service businesses. Instantly respond to leads, classify them as HOT/WARM/LOW, and capture contact info. - "Unlimited AI Chat & Leads" - "Google Sheets Sync Included" - "Agency Ready" - "Drop-in Widget Code"
LeadEngine AI endpoints
| Method | Endpoint | Description |
|---|---|---|
| Step 1 — Setup | ||
| POST |
createOrUpdateBusiness /api/config/{businessId} |
Create your business profile with name, services, contact info, and white-label branding for the chat widget. This is the first thing you do after subscribing. All branding… |
| POST |
connectGoogleSheet /api/config/{businessId}/connect-sheet |
Connect your own Google Sheet to receive leads. Each subscriber has their own isolated Sheet — no data is shared between businesses. **How to get your Sheet ID:** 1. Open your… |
| GET |
getBusinessConfig /api/config/{businessId} |
Retrieve your business config to verify everything looks correct. Use this to confirm branding, services, and settings before embedding the widget. Sensitive fields (sheetsId,… |
| Step 2 — Monitor | ||
| GET |
listLeads /api/leads |
Get all leads captured for your business, most recent first. Filter by category (HOT/WARM/COLD) or status (new/contacted/booked/closed). Each business only sees their own leads —… |
| GET |
getLeadById /api/leads/{leadId} |
Retrieve full details for a specific lead by its ID. The lead ID is returned when a lead is captured during chat. |
| GET |
getConversationHistory /api/chat/{sessionId} |
Retrieve the full conversation history for a chat session. Useful for reviewing what a visitor discussed before calling them back, or for quality assurance. |
| Health | ||
| GET |
healthCheck /api/health |
Verify the API is running and responsive. |
LeadEngine AI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $29 / month | — |
|
| ULTRA | $149 / month | — |
|