{"name":"Kuil Backend API","version":"1.0.0","status":"running","documentation":{"health":{"/health":"Comprehensive health check with all service statuses","/ready":"Readiness probe for orchestrators","/live":"Liveness probe for orchestrators"},"auth":{"GET /auth/linkedin":"Initiate LinkedIn OAuth flow","GET /auth/callback":"LinkedIn OAuth callback handler","POST /auth/refresh":"Refresh JWT token"},"user":{"GET /api/user/profile":"Get user profile with voice signature","GET /api/user/stats":"Get user statistics","GET /api/user/activity":"Get recent user activity","GET /api/user/export-data":"Export all user data (GDPR)","DELETE /api/user/account":"Delete account and all data (GDPR)","POST /api/user/update-role":"Update professional role","POST /api/user/update-persona":"Update writing persona"},"linkedin":{"GET /api/linkedin/profile":"Fetch LinkedIn profile","GET /api/linkedin/posts":"Fetch LinkedIn posts","POST /api/linkedin/publish":"Publish post to LinkedIn","POST /api/linkedin/sync-posts":"Sync LinkedIn posts cache"},"voice":{"POST /api/voice/analyze":"Analyze posts for voice signature","GET /api/voice/signature":"Get current voice signature","POST /api/voice/generate":"Generate post content","POST /api/voice/calibration-posts":"Get calibration sample posts","POST /api/voice/calibration":"Save tone calibration","POST /api/voice/hook-score":"Calculate hook score","POST /api/voice/improve":"Improve post content","GET /api/voice/daily-spark":"Get daily post ideas","GET /api/voice/daily-inspirations":"Get quick inspirations"},"posts":{"GET /api/posts/scheduled":"Get scheduled/draft/published posts","POST /api/posts/schedule":"Schedule a post","POST /api/posts/publish":"Publish post immediately","GET /api/posts/optimal-time":"Get AI-recommended posting time","PUT /api/posts/:id":"Update scheduled post","DELETE /api/posts/:id":"Delete post","POST /api/posts/bulk-delete":"Delete multiple posts"},"analytics":{"GET /api/analytics":"Get analytics overview","GET /api/analytics/insights":"Get AI-generated insights","GET /api/analytics/engagement-trends":"Get engagement trends","GET /api/analytics/top-posts":"Get top performing posts"}}}