Speech-to-text API
Transcribe an audio file to text:
POST /api/speech/transcribe?language=cs
(languages: en, cs, auto; send 16 kHz mono 16-bit PCM WAV bytes as the request body).
Status & config: GET /api/speech/health. Powered by a local Whisper model — audio never leaves this server.