Reading Practice API

This server is API-only. Use the quick tests below (relative paths) or call the endpoints directly.
Health
GET ./health

        
Process text
POST ./process JSON: {"text": "..."}

        
TTS
POST ./tts JSON: {"phonemes": "..."} (returns audio/wav)