{"message":"Audar ASR Streaming API","version":"1.0.0","model":"audarai/Audar-ASR-V1-Turbo","description":"Arabic-first realtime and file speech recognition","endpoints":{"streaming":{"WS /asr/stream":"Realtime audio in, incremental transcript out (LocalAgreement-2)","POST /asr/stream/file":"Upload a file, get segments back over SSE","GET /asr/streams":"List active WebSocket sessions"},"transcription":{"POST /asr/transcribe":"Transcribe a whole file, one JSON response"},"async_jobs":{"POST /asr/submit":"Submit audio for background transcription","GET /asr/status/{job_id}":"Check job status and get results","GET /asr/jobs":"List recent jobs"},"model_control":{"POST /model/load":"Load the model onto the GPU","POST /model/unload":"Free the GPU without stopping the service","GET /model/status":"Model and GPU status"},"utility":{"GET /health":"Check API health","GET /docs":"OpenAPI documentation"}}}