腾讯云-图像分析
连接器

腾讯云-图像分析

连接器

需两次购买:①订购原厂商接口 ②订购易源会员包代理转发;腾讯云图像分析为您提供综合性的图像理解、识别等服务。可以识别数千个图片标签,包含商品、日常用品、动物、植物等,支持根据需求定制标签。

会员资源包统一计费,无需单独购买,开通会员包后可直接调用。
图像标签
接入点说明
原接口订购地址:https://cloud.tencent.com/product/tiia
接口地址
https://connector.showapi.com/2553-5?appKey={your_appKey}查看密钥调用帮助
返回格式JSON
请求方式POST/GET
请求参数
Header 参数
参数名称类型示例值必须描述
content-typeString
application/x-www-form-urlencoded
Post 表单
参数名称类型示例值必须描述
ds_idString
-
数据源
ImageUrlString
http://showapi-pub-shanghai.oss-cn-shanghai.aliyuncs.com/api/2553/2553.jpg
图片的URL地址。
ImageBase64String
-
图片经过base64编码的内容。与ImageUrl同时存在时优先使用ImageUrl字段。 
图片存储于腾讯云的Url可保障更高下载速度和稳定性,建议图片存储于腾讯云。 
非腾讯云存储的Url速度和稳定性可能受一定影响。
返回参数
该接口返回经 showapi_res_body 系统封装,业务数据均位于该对象内;系统级字段见
返回体
cURL
curl -X POST "https://connector.showapi.com/2553-5?appKey=YOUR_APPKEY" \
  -H "content-type: application/x-www-form-urlencoded" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "ds_id=&ImageUrl=http%3A%2F%2Fshowapi-pub-shanghai.oss-cn-shanghai.aliyuncs.com%2Fapi%2F2553%2F2553.jpg&ImageBase64="
返回示例
JSON
{
  "showapi_res_error": "",
  "showapi_res_id": "104957371ef241a68831b662eb3947f3",
  "showapi_res_code": 0,
  "showapi_res_body": {
    "Response": {
      "Labels": [
        {
          "Confidence": 80,
          "Name": "烤面包机"
        },
        {
          "Confidence": 72,
          "Name": "截图"
        }
      ],
      "RequestId": "93223092-650a-48e9-a8fc-fa459ce3d462"
    },
    "remark": "查询成功!",
    "ret_code": 0
  }
}
MCP 服务集成接口级

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

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

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