Vepler logo
v2.109.0 Breaking change

Async title deed purchase with AI extraction, and planning policy search retired

Added async title deed purchase plus an extraction polling endpoint. Removed the planning policy search endpoint.

Added

  • New POST /v1/title-deeds/{titleNumber}/purchase-async kicks off an async purchase and AI extraction pipeline. It returns immediately with a status of pending, analysing, complete or failed, and is idempotent per tenant and title (a repeat call for a title you already own does not charge credits again).
  • New GET /v1/title-deeds/{titleNumber} polls for the enriched extraction. While processing it returns a status with extraction null; once complete the payload carries ownership.proprietors, registeredCharges and summaryCounts.

Removed

  • Removed GET /v1/planning-policy/search, the hybrid search over extracted planning rules and document chunks. The endpoint and its q, council, source_type and rule_type parameters now return 404.