{"name":"Equinovate Continuum API","version":"1.0.0","environment":"production","endpoints":{"health":{"status":"GET /health","ready":"GET /health/ready","live":"GET /health/live"},"auth":{"magicLink":"POST /auth/magic-link","verify":"POST /auth/verify","refresh":"POST /auth/refresh"},"stables":{"myStables":"GET /me/stables","create":"POST /stables","get":"GET /stables/:stableId","horses":"GET /stables/:stableId/horses"},"sync":{"push":"POST /sync/push","pull":"POST /sync/pull"},"voice":{"upload":"POST /voice/segments/:segmentId/upload","status":"GET /voice/segments/:segmentId/status"},"admin":{"listStables":"GET /admin/stables","changeTier":"PUT /admin/stables/:stableId/tier","changeStatus":"PUT /admin/stables/:stableId/status"},"consultations":{"extractEntities":"POST /consultations/:consultationId/extract-entities"},"notifications":{"registerToken":"POST /notifications/register-token","unregisterToken":"POST /notifications/unregister-token"},"horses":{"search":"POST /horses/search"},"feedback":{"submit":"POST /feedback","listAll":"GET /admin/feedback","count":"GET /admin/feedback/count","listByStable":"GET /stables/:stableId/feedback","update":"PUT /admin/feedback/:feedbackId"}}}