Skip to content

Releases: holahaikuflow/ai-lead-qualification-api

v0.2.0 — Deterministic Lead Qualification API

Choose a tag to compare

@holahaikuflow holahaikuflow released this 01 Aug 20:16

Highlights

  • Deterministic real-estate lead qualification policy
  • Strict request validation with Pydantic
  • Decimal-based budget and property-price comparison
  • Cold, warm, and hot lead classifications
  • Structured reason codes, messages, and awarded points
  • Stable response invariants
  • 62 automated tests
  • Continuous integration across Python 3.11, 3.12, and 3.13
  • Public deployment on Render
  • Interactive Swagger documentation

Live API

Endpoint

POST /api/v1/leads/qualify

Notes

The scoring engine is intentionally deterministic and does not use an LLM. Language models can extract structured information from conversations, while this service applies stable and auditable business rules.

The free Render instance may sleep after inactivity, so the first request can take around 50 seconds or more.