需两次购买:①订购原厂商接口 ②订购易源会员包代理转发;我们的对话模型 API 提供了强大的大模型对话能力,可以根据您提供的消息列表生成智能回复。这个 API 非常适合构建医疗问答、多轮对话等任务,为您的应用程序注入医疗领域的智能。
根据患者的咨询问题,推荐患者可能需求的服务项目。 支持通过入参自定义服务项目列表。
{ "sentence": "我想多学科会诊", "items": [ { "name": "多学科门诊", "id": "3", "description": "治疗需要多个科室专家会诊的疑难杂症" }, { "name": "缴费", "description": "" }, { "name": "当日挂号", "description": "提供当天门急诊挂号" }, { "name": "体检中心", "description": "提供全面的健康体检服务,包括常规体检和定制化体检项目。" } ] }
curl -X POST "https://connector.showapi.com/3101-3?appKey=YOUR_APPKEY" \ -H "ds_id: " \ -H "Content-Type: application/json" \ -H "Content-Type: application/json" \ -d '{ "sentence": "我想多学科会诊", "items": [ { "name": "多学科门诊", "id": "3", "description": "治疗需要多个科室专家会诊的疑难杂症" }, { "name": "缴费", "description": "" }, { "name": "当日挂号", "description": "提供当天门急诊挂号" }, { "name": "体检中心", "description": "提供全面的健康体检服务,包括常规体检和定制化体检项目。" } ] }'
{ "code": 0, "message": "OK", "data": { "items": [ { "name": "多学科门诊", "id": "3" } ] } }
在 Cherry Studio、ChatBox 等支持 MCP 的客户端中配置,将 {your_appKey} 替换为真实 AppKey(AppKey 管理)。该服务覆盖本接口全部接入点。
{ "mcpServers": { "showapi-mcp-3101": { "url": "http://www.showapi.com.cn/mcp/3101/{your_appKey}" } } }
标准 OpenAPI 3.0 文档,覆盖本接口全部接入点,可导入 Apifox / Postman / Swagger UI,或供 AI Agent 直接消费。
客服热线请拨打
400-998-8033