POST /tts
Convert text to speech
curl -X POST http://kittentts.tech/tts \
-H "Content-Type: application/json" \
-d '{"text": "Hello world", "voice": "default"}' \
--output speech.wav
GET /health
Check service status
curl http://kittentts.tech/health
# {"status":"ok","service":"kitten-tts","uptime":12345}