https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ruiguan-trademark-graphic-detection/runRun this API
Send a JSON request to execute this API and receive the direct response payload.
Endpoint
| Method | POST |
| Path | https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ruiguan-trademark-graphic-detection/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
imageUrl | string | required | 产品图片URL或base64编码的图片数据(最大1000字符) Example: https://m.media-amazon.com/images/I/719mRAn2VrL._AC_SL1500_.jpg |
topNumber | integer | required | 返回YOLO坐标的最大数量,默认 5,最大 100。实际返回数量可能少于传参数量 Example: 1 |
productTitle | string | optional | 产品标题,用于上下文感知检测(最大1000字符) |
trademarkName | string | optional | 可能的图形logo名称,用于缩小检索范围(最大1000字符) |
regions | string | optional | 需要检测的国家/地区代码,多个时使用逗号隔开,不传默认全部国家。可选值:US(美国)、WO(世界知识产权)、ES(西班牙)、GB(英国)、DE(德国)、IT(意大利)、CA(加拿大)、MX(墨西哥)、EM(欧盟)、AU(澳大利亚)、FR(法国)、JP(日本)、TR(土耳其)、BX(玻利维亚)、CN(中国) Example: US |
enableLocalizing | boolean | optional | 是否开启切图,默认 false Example: false |
enableRadar | boolean | optional | 是否开启雷达监测,默认 true Example: false |
Request example
{
"imageUrl": "https://m.media-amazon.com/images/I/719mRAn2VrL._AC_SL1500_.jpg",
"regions": "US",
"enableRadar": false,
"enableLocalizing": false,
"topNumber": 10
}Response body
Returns the documented upstream API response directly without an additional wrapper.
| Name | Type | Required | Description |
|---|---|---|---|
boundingBoxCount | integer | optional | 检测结果数量 Example: 1 |
data[].radarResult | string | optional | 雷达检测结果 |
total | integer | optional | 记录数 Example: 1 |
data | array | optional | 检测结果列表(详见下方) Example: [] |
detectId | string | optional | 检测ID Example: example-id |
columns | array | optional | 渲染的列定义 Example: [] |
costToken | integer | optional | 消耗token Example: 1 |
type | string | optional | 渲染的样式 |
data[].image | string | optional | 匹配的商标图片地址 Example: https://example.com/image.jpg |
data[].boundingBox | string | optional | YOLO坐标(逗号隔开) |
data[].subRadarResult | string | optional | 子雷达检测结果 |
data[].applicationNumber | string | optional | 申请号 |
data[].niceClassName | string | optional | 尼斯分类名称(逗号隔开) |
data[].applicantName | string | optional | 权利人(逗号隔开) |
data[].tradeMarkStatus | string | optional | 商标状态,枚举值:"DEL"、"ended"、"registered"、"act"、"pend"、"filed"、"" |
data[].niceClass | array | optional | 尼斯分类详情 Example: [] |
data[].similarity | number | optional | 相似度(0到1,值越高越相似) Example: 1 |
data[].registrationNumber | string | optional | 注册号 |
data[].registrationOfficeCode | string | optional | 商标受理局 |
data[].registrationDate | string | optional | 注册日期 Example: 2026-01-01 |
data[].bid | string | optional | logo标识 Example: example-id |
data[].trademarkName | string | optional | 图片中的文字商标名称 |
data[].applicationDate | string | optional | 申请日期 Example: 2026-01-01 |
errcode | integer | optional | Upstream status code returned by the provider. |
errmsg | string | optional | Upstream status message returned by the provider. |
code | string | optional | Provider-specific status code. |
msg | string | optional | Provider-specific status message. |
message | string | optional | Provider-specific message. |
title | string | optional | Provider-specific response title. |
sourceType | string | optional | Provider-specific source platform type. |
sourceTool | string | optional | Provider-specific source tool name. |
costTime | integer | optional | Execution time reported by the upstream provider. |
page | integer | optional | Current page returned by the upstream provider. |
pageSize | integer | optional | Page size returned by the upstream provider. |
pageItemCount | integer | optional | Item count on the current page returned by the upstream provider. |
totalPage | integer | optional | Total page count returned by the upstream provider. |
dataSnapshotMonth | string | optional | Data snapshot month returned by the upstream provider. |
Response example
Direct response payload. No extra wrapper is added.
{
"boundingBoxCount": 1,
"total": 1,
"data": [
{
"image": "https://example.com/image.jpg",
"niceClass": [],
"similarity": 1,
"registrationDate": "2026-01-01",
"bid": "example-id",
"applicationDate": "2026-01-01"
}
],
"detectId": "example-id",
"columns": [],
"costToken": 1
}Responses
| Code | Description |
|---|---|
| 200 | API executed successfully. Body is the direct response payload. |
| 400 | Request JSON or required API parameters are invalid. |
| 401 | API key is missing, invalid, or cannot be matched to a user. |
| 5xx | API execution or upstream service failed. |
Data source, freshness, and limitations
Source, freshness, coverage, rate limits, and estimation notes are not specified in this API definition unless they appear in the request or response field documentation above. Do not assume official marketplace data or real-time freshness when it is not explicitly documented.