输入关键词搜索

API 概览

更新时间: 2025/09/17 09:26:00

本文罗列了网易云信智能体平台的 API 列表及请求 URI。

智能体管理

接口 请求 URI
创建智能体 POST https://rtc-agent.yunxinapi.com/v1/agent
查询智能体信息 GET https://rtc-agent.yunxinapi.com/v1/agent/{agentId}
查询智能体列表 GET https://rtc-agent.yunxinapi.com/v1/agent
更新智能体 PATCH https://rtc-agent.yunxinapi.com/v1/agent/{agentId}
禁用智能体 POST https://rtc-agent.yunxinapi.com/v1/agent/disable
启用智能体 POST https://rtc-agent.yunxinapi.com/v1/agent/enable
删除智能体 DELETE https://rtc-agent.yunxinapi.com/v1/agent/{agentId}

设备授权码

接口 请求 URI
激活授权码 License POST https://nrtc-plugins.yunxinapi.com/v2/license/activate
查询授权码 License POST https://nrtc-plugins.yunxinapi.com/v2/license/query

设备管理

接口 请求 URI
注册设备 POST https://rtc-agent.yunxinapi.com/v1/device/register
解绑设备 POST https://rtc-agent.yunxinapi.com/v1/device/delete
更新设备绑定信息 POST https://rtc-agent.yunxinapi.com/v1/device/update
获取设备列表 GET https://rtc-agent.yunxinapi.com/v1/device/list
按设备 ID 获取设备 GET https://rtc-agent.yunxinapi.com/v1/device/getDevice

用户管理

接口 请求 URI
新增用户 POST https://rtc-agent.yunxinapi.com/v1/ai_users
更新用户 PUT https://rtc-agent.yunxinapi.com/v1/ai_users/{uid}
查询用户信息 GET https://rtc-agent.yunxinapi.com/v1/ai_users/{uid}
查询用户列表 GET https://rtc-agent.yunxinapi.com/v1/ai_users
删除用户 DELETE https://rtc-agent.yunxinapi.com/v1/ai_users/{uid}

声纹管理

接口 请求 URI
添加声纹信息 POST https://rtc-agent.yunxinapi.com/v1/voice_prints
导入声纹信息 POST https://rtc-agent.yunxinapi.com/v1/voice_prints/add_from_url
查询声纹信息 GET https://rtc-agent.yunxinapi.com/v1/voice_prints
删除声纹信息 DELETE https://rtc-agent.yunxinapi.com/v1/voice_prints/{voicePrintId}

历史对话

接口 请求 URI
导入历史对话 POST https://rtc-agent.yunxinapi.com/v1/messages/import
查询历史对话 GET https://rtc-agent.yunxinapi.com/v1/messages

设备唤醒词

接口 请求 URI
设置设备唤醒词 POST https://rtc-agent.yunxinapi.com/v1/device/updateSdkConfig

上下文记忆

接口 请求 URI
查询上下文记忆 GET https://rtc-agent.yunxinapi.com/v1/memories
此文档是否对你有帮助?
有帮助
去反馈
  • 智能体管理
  • 设备授权码
  • 设备管理
  • 用户管理
  • 声纹管理
  • 历史对话
  • 设备唤醒词
  • 上下文记忆