ONE-API意图分析

ONE-API意图分析

官方自营

【oneapi_一个入口就能调用所有接口】通过接收用户提出的问题、输入的图片和文档等需求,准确识别其意图,并触发相应的回复。同时,整合了API行业独有的数据,提供针对性的信息或解决方案,为用户提供更高质量的输出内容。应用领域广泛,想象无限。如需大量使用,请联系客服。

已选规格
50.00
自购买起有效期 12 个月
专用资源包
支持通用资源包:充值通用资源包后可直接调用含本接口在内的全站付费接口,无需单独购买专用资源包去充值 ›
智能对话
接入点说明
识别对话中的命令或意图,并根据意图选择合适的应用获取相应的服务,以满足相应的需求或要求.
接口地址
https://route.showapi.com/3054-1?appKey={your_appKey}查看密钥调用帮助
返回格式JSON
请求方式POST
请求参数
Header 参数
参数名称类型示例值必须描述
content-typeString
application/x-www-form-urlencoded
Post 表单
参数名称类型示例值必须描述
textString
帮我查找一下昆明今天的天气
意图内容
args_listList
["https://test.xxxxx.com/abc.jpg"]
相关内容的url或者base64,例如图片的base64
返回参数
该接口返回经 showapi_res_body 系统封装,业务数据均位于该对象内;系统级字段见
返回体
cURL
curl -X POST "https://route.showapi.com/3054-1?appKey=YOUR_APPKEY" \
  -H "content-type: application/x-www-form-urlencoded" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "text=%E5%B8%AE%E6%88%91%E6%9F%A5%E6%89%BE%E4%B8%80%E4%B8%8B%E6%98%86%E6%98%8E%E4%BB%8A%E5%A4%A9%E7%9A%84%E5%A4%A9%E6%B0%94&args_list=%5B%22https%3A%2F%2Ftest.xxxxx.com%2Fabc.jpg%22%5D"
返回示例
JSON
{
  "showapi_res_error": "",
  "showapi_fee_num": 1,
  "showapi_res_code": 0,
  "showapi_res_id": "6513cf310de3769f17fc38b0",
  "showapi_res_body": {
    "result": [
      {
        "area": "昆明",
        "areaCode": "530100",
        "areaid": "101290101",
        "dayList": [
          {
            "night_weather_code": "03",
            "day_weather": "多云",
            "night_weather": "阵雨",
            "areaCode": "530100",
            "night_wind_power": "0-3级",
            "areaid": "101290101",
            "day_wind_power": "0-3级",
            "day_weather_code": "01",
            "daytime": "20230927",
            "day_weather_pic": "http://app1.showapi.com/weather/icon/day/01.png",
            "area": "昆明",
            "night_air_temperature": "16",
            "day_wind_direction": "东南风",
            "day_air_temperature": "24",
            "night_weather_pic": "http://app1.showapi.com/weather/icon/night/03.png",
            "night_wind_direction": "东风"
          },
          {
            "night_weather_code": "01",
            "day_weather": "多云",
            "night_weather": "多云",
            "areaCode": "530100",
            "night_wind_power": "0-3级",
            "areaid": "101290101",
            "day_wind_power": "0-3级",
            "day_weather_code": "01",
            "daytime": "20230928",
            "day_weather_pic": "http://app1.showapi.com/weather/icon/day/01.png",
            "area": "昆明",
            "night_air_temperature": "17",
            "day_wind_direction": "东南风",
            "day_air_temperature": "24",
            "night_weather_pic": "http://app1.showapi.com/weather/icon/night/01.png",
            "night_wind_direction": "东南风"
          },
          {
            "night_weather_code": "01",
            "day_weather": "多云",
            "night_weather": "多云",
            "areaCode": "530100",
            "night_wind_power": "0-3级",
            "areaid": "101290101",
            "day_wind_power": "0-3级",
            "day_weather_code": "01",
            "daytime": "20230929",
            "day_weather_pic": "http://app1.showapi.com/weather/icon/day/01.png",
            "area": "昆明",
            "night_air_temperature": "16",
            "day_wind_direction": "南风",
            "day_air_temperature": "25",
            "night_weather_pic": "http://app1.showapi.com/weather/icon/night/01.png",
            "night_wind_direction": "南风"
          }
        ]
      }
    ],
    "ret_code": 0,
    "intent": {
      "args": {
        "area": "昆明",
        "date": "今天,后天"
      },
      "name": "weather"
    },
    "reply_msg": {
      "text": "2023年09月27日昆明的天气:预计白天气温:24℃,多云,东南风0-3级,夜间气温:16℃,阵雨,东风0-3级;2023年09月28日昆明的天气:预计白天气温:24℃,多云,东南风0-3级,夜间气温:17℃,多云,东南风0-3级;2023年09月29日昆明的天气:预计白天气温:25℃,多云,南风0-3级,夜间气温:16℃,多云,南风0-3级。",
      "img_list": {},
      "audio_list": {},
      "video_list": {}
    }
  }
}
MCP 服务集成接口级

在 Cherry Studio、ChatBox 等支持 MCP 的客户端中配置,将 {your_appKey} 替换为真实 AppKey(AppKey 管理)。该服务覆盖本接口全部接入点。

MCP JSON
{
  "mcpServers": {
    "showapi-mcp-3054": {
      "url": "http://www.showapi.com.cn/mcp/3054/{your_appKey}"
    }
  }
}
OpenAPI 文档接口级

标准 OpenAPI 3.0 文档,覆盖本接口全部接入点,可导入 Apifox / Postman / Swagger UI,或供 AI Agent 直接消费。