{"message":"MINA - Mind Science Coach API","version":"1.0.0","endpoints":{"chat":"POST /chat - Send message to MINA","stt":"POST /stt - Speech-to-text conversion (base64)","stt_file":"POST /stt/file - Speech-to-text from uploaded audio file","tts":"POST /tts - Text-to-speech conversion","voice_chat":"POST /voice-chat - Complete voice-to-voice chat","generate_cues":"POST /generate-cues - Generate mouth cues for lipsync animation","upload_audio":"POST /upload-audio - Upload audio file for transcription","voice_websocket":"WS /ws/voice-chat/{session_id} - Real-time voice chat","generate_report":"POST /generate-report - Generate session report","get_report":"GET /report/{session_id} - Get session report","download_report":"GET /download-report/{session_id} - Download report PDF","session_status":"GET /session/{session_id}/status - Get session status","end_session":"DELETE /session/{session_id} - End session manually","health":"GET /health - Health check"}}