{"message":"Fusion service. POST audio to /analyze-fused.","deps":{"voice_to_text":"http://localhost:8001/transcribe","text_to_sentiment":"http://localhost:8000/analyze","voice_to_sentiment":"http://localhost:8002/analyze-audio","disease_service":"http://localhost:8004/analyze-disease","mental_fitness":"http://localhost:8005/analyze-mental","age_gender":"http://localhost:8006/analyze-age-gender","depression_service":"http://localhost:8007/analyze-depression","benchmark_inference":"http://127.0.0.1:5008"},"proxy":{"depression":"POST /analyze-depression (multipart file) -> forwards to depression_service","voice_to_text":"POST /analyze-voice-to-text (multipart file) -> forwards to voice_to_text","text_to_sentiment":"POST /analyze-text-sentiment (json: {text}) -> forwards to text_to_sentiment","voice_to_sentiment":"POST /analyze-voice-sentiment (multipart file) -> forwards to voice_to_sentiment","disease_service":"POST /analyze-disease (multipart file) -> forwards to disease_service","mental_fitness":"POST /analyze-mental-fitness (multipart file) -> forwards to mental_fitness","age_gender":"POST /analyze-age-gender (multipart file) -> forwards to age_gender","text_audio_fusion":"POST /analyze-text-audio-fusion (multipart file+text) -> forwards to text_to_sentiment /analyze_fusion","benchmark_v2_proxy":"POST /analyze-benchmark-v2 (multipart file, optional transcript) -> forwards to benchmark /predict","benchmark_v2":"POST http://127.0.0.1:5008/predict (internal) — field 'audio', form 'transcript'"},"fusion":{"w_text":0.5,"dynamic_fusion":true,"w_text_min":0.2,"w_text_max":0.8,"audio_valence_weights":[-1.0,-0.6,1.0,-0.8]}}