Update transcriber config
Full URL: PATCH https://api.kupe.in/api/v1/agents/{agent_id}/transcriber-config (optional ?force_update=true)
Authorizations
Kupe dashboard API key for your user.
Path Parameters
Query Parameters
Body
transcriber_model_name selects the STT row (catalog code or UUID, e.g. saarika:2.5). language is a locale string (e.g. hi-IN); a single-element array ["hi-IN"] is coerced to that string. The pipeline STT model id is derived from the catalog row only — it is not sent in this object. Legacy provider_id is an alias for transcriber_model_name.
STT catalog code or row UUID (GET /api/v1/providers/stt).
"saarika:2.5"
STT locale. Sarvam: BCP-47 (hi-IN, gu-IN). Others: often short codes (hi, en). See Model providers.
"hi-IN"

