API Reference
Health Check
GET /health — No authentication required. Returns service readiness status.
Request
terminal
curl https://asr.shunyalabs.ai/healthResponse
json
{
"status": "ok",
"services": {
"triton": "ready",
"qwen3_asr_streaming": "ready",
"qwen3_asr_bls": "ready",
"auth": "connected"
}
}status is "ok" when Triton is healthy, "degraded" otherwise.