get_ptt_textget_record_textCall via POST http://127.0.0.1:3000/fetch_ptt_text (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
message_id |
string | – | "" |
{ text }:语音识别出的文本。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
text |
string | ✓ | 语音转写文本 |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.