{"name":"Magpie API","version":"1.0.0","description":"AI-powered UK property valuation API","documentation":"https://magpie.fleximize.com/api/docs","endpoints":{"GET /health":"Health check endpoint","POST /api/property/valuation":"Submit property valuation job","GET /api/property/:address":"Get cached property data","GET /api/job/:jobId":"Get job status and results (poll endpoint)","GET /api/stats":"Get job queue statistics and recent jobs","GET /api/stats/queue":"Get detailed queue information"},"workflow":{"1":"Submit address via POST /api/property/valuation","2":"Receive jobId for the valuation job","3":"Poll GET /api/job/:jobId every 30s until status is \"completed\"","4":"Retrieve fresh property valuation from job response","5":"Or provide callbackUrl to receive webhook when complete"}}