{"message":"Personality Analysis Platform API","version":"1.0.0","documentation":{"gateway_docs":"http://localhost:8080/docs","gateway_redoc":"http://localhost:8080/redoc"},"services":{"auth":{"name":"Authentication Service","base_url":"http://localhost:8001","docs":"http://localhost:8001/docs","redoc":"http://localhost:8001/redoc","description":"User registration, login, JWT tokens"},"spotify":{"name":"Spotify Service","base_url":"http://localhost:8002","docs":"http://localhost:8002/docs","redoc":"http://localhost:8002/redoc","description":"Spotify OAuth, music data fetching"},"ai":{"name":"AI Analysis Service","base_url":"http://localhost:8003","docs":"http://localhost:8003/docs","redoc":"http://localhost:8003/redoc","description":"Personality analysis using Claude AI"},"results":{"name":"Results Service","base_url":"http://localhost:8004","docs":"http://localhost:8004/docs","redoc":"http://localhost:8004/redoc","description":"Analysis results storage and retrieval"},"reddit":{"name":"Reddit Service","base_url":"http://localhost:8005","docs":"http://localhost:8005/docs","redoc":"http://localhost:8005/redoc","description":"Reddit OAuth, posts and comments fetching"},"admin":{"name":"Admin Service","base_url":"http://localhost:8006","docs":"http://localhost:8006/docs","redoc":"http://localhost:8006/redoc","description":"Admin dashboard and management"},"youtube":{"name":"YouTube Service","base_url":"http://localhost:8007","docs":"http://localhost:8007/docs","redoc":"http://localhost:8007/redoc","description":"YouTube OAuth, videos and subscriptions fetching"}},"quick_start":{"1_register":"POST /api/auth/register","2_login":"POST /api/auth/login","3_connect_spotify":"GET /api/spotify/authorize?user_id={user_id}","4_run_analysis":"POST /api/analyze/start"},"health_checks":{"gateway":"GET /health","all_services":"GET /health/all"}}