{"success":true,"message":"Employee Insights API v1.0 - Powered by Hono.js & Cloudflare Workers","version":"1.0.0","endpoints":{"GET /api/insights/summary":"Get all insights summary","GET /api/insights/dashboard":"Get dashboard statistics","GET /api/insights/top-positive":"Get top positive insights","GET /api/insights/top-negative":"Get top negative insights","GET /api/insights/top-10":"Get top 10 insights by total_count for sidebar","GET /api/insights/search/:word":"Search insights by word","GET /api/insights/details/:word":"Get detailed insights by word from employee_insights table","GET /api/insights/paginated":"Get insights with pagination","GET /api/employee-insights/paginated":"Get paginated employee insights for Top Insights page","GET /api/employee-insights/stats":"Get employee insights statistics for Smart Analytics","GET /api/employee-insights/monthly-trends":"Get monthly sentiment trends for Smart Analytics","GET /api/bookmarks":"Get all bookmarked insights","POST /api/bookmarks":"Add insight to bookmarks","DELETE /api/bookmarks/:id":"Remove insight from bookmarks","POST /api/export/database-to-r2":"Export all database tables to R2 as CSV files","GET /api/export/list":"List all export files in R2 bucket","GET /api/export/download/:date/:filename":"Download specific export file","DELETE /api/export/delete/:date/:filename?":"Delete export file or entire date folder","POST /api/chat/nlp-ai":"NLP AI Chat using Llama 3.1 8B with database context","POST /api/chat/ai-search":"AI-powered chat using Cloudflare RAG system (legacy)","GET /api/page-context/:sessionId/:page":"Get current page context summary","POST /api/page-context/update":"Update page context and generate AI conclusion","POST /api/ai-conclusion/generate":"Generate AI instant conclusion for current context","POST /api/auth/login":"User login with session management","POST /api/auth/logout":"User logout and session cleanup","GET /api/auth/validate":"Validate current session","POST /api/data/import":"Import new data from JSON (Admin only)","GET /health":"Health check"}}