Added
- New POST /v1/title-deeds/{titleNumber}/purchase-async kicks off an async purchase and AI extraction pipeline. It returns immediately with a
statusofpending,analysing,completeorfailed, 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
statuswithextractionnull; oncecompletethe payload carriesownership.proprietors,registeredChargesandsummaryCounts.
Removed
- Removed GET /v1/planning-policy/search, the hybrid search over extracted planning rules and document chunks. The endpoint and its
q,council,source_typeandrule_typeparameters now return 404.