Call via POST http://127.0.0.1:3000/get_ai_characters (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
group_id |
uint | ✓ | 群号 | |
chat_type |
int | – | 1 |
按分类分组的 AI 语音角色列表,每组含分类名与角色(id、名称、试听 URL)。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
data is an array; each element:
| Field | Type | Required | Description |
|---|---|---|---|
type |
string | ✓ | 角色分类名 |
characters |
object[] | ✓ | 该分类下的角色列表 |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.