---
title: "Chatroom Chacha Transcribe"
method: POST
path: "/chatrooms/{room_name}/chacha-transcribe"
tags: ["chatrooms"]
---

# Chatroom Chacha Transcribe

`POST /chatrooms/{room_name}/chacha-transcribe`

One-shot STT for a voice question to ChaCha in the call panel.

Deliberately does NOT record voice-call minutes, live-transcription
minutes, or the daily transcription quota (unlike /voice/transcribe) —
a panel voice ask consumes exactly ONE ChaCha message, charged by the
chacha-chat call that follows. (Nancy: "talking to ChaCha in the group
calls should not count towards voice minutes.") The Deepgram cost of a
few seconds of STT per ask is accepted untracked.

## Path parameters

- `room_name` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/revisions/be75c0eba493?raw)
