[AI67-2]Infringement Detection 1V1 - Search Query
According to the task_id generated by [AI67-1] Appearance Infringement Prevention Search - Task creation, query and export the appearance infringement prevention search results
Request Parameters
List of parameters supported by this API endpoint
| Name | Type | Example | Description |
|---|---|---|---|
Required | string | 80d440b7-80a5-4233-a75f-ab72b0885c88 | Task id |
Response Schema
Structure of the API response data
| Field Name | Type | Example | Description |
|---|---|---|---|
data | object | - | response data |
loc | array | [
"14-03"
] | loc code |
country | array | [
"US"
] | country list |
task_id | string | 7ef1a01c-2134-433d-8273-a79b58194251 | Task id |
user_image | string | https://www.patsnap.com/images/user_image.jpg | user image |
comparisons | array | [
{
"score": 80,
"title": "Floats",
"status": 1,
"country": "EU",
"similar": "两款产品均为白色充气独角兽造型游泳圈,具有相似的整体轮廓和结构。两者都有突出的独角兽头部造型,带有金色尖角,黑色眼睛,以及彩虹色的鬃毛和尾部。两款产品都采用了白色为主体色调,并在鬃毛和尾部使用了彩虹渐变色彩。",
"confusion": "普通消费者很可能会因两款产品在整体外观、色彩搭配和独特的独角兽造型上的高度相似性而产生混淆。尤其是白色主体与彩虹色鬃毛和尾部的组合,以及金色角和黑色眼睛的设计,使两款产品在视觉上几乎难以区分。",
"patent_id": "f1bc4b3c-8a7f-45a4-b0cb-56014c548719",
"patent_pn": "EU0040356240003S",
"risk_desc": "相似性评分高达85%,根据《专利法》第23条和《专利法实施细则》第65条,从普通消费者的角度看,两款产品在整体视觉效果上高度相似,极易导致混淆。依据最高人民法院关于审理专利纠纷案件适用法律若干问题的解释,这种程度的相似已构成外观设计专利侵权的实质条件。",
"difference": "用户产品的独角兽头部略微向下倾斜,而专利产品的头部更为直立。用户产品的彩虹色鬃毛和尾部色彩排列略有不同,且用户产品的游泳圈中心孔形状更为圆形,而专利产品的中心孔形状更为椭圆。",
"risk_level": "High",
"suggestion": "1. 改变独角兽头部的造型和角度,如设计成更加卡通或夸张的形象;2. 使用完全不同的色彩方案,如将主体改为粉色、蓝色等非白色;3. 调整彩虹色部分的位置和形状,如将彩虹色设计成星星或其他图案;4. 改变游泳圈的整体形状,如设计成更不规则或创新的形状;5. 添加独特的装饰元素,如在独角兽身体上增加图案或标志。"
}
] | comparisons list |
score | number<double> | 0.93 | similar score |
title | string | Floats | title |
status | integer<int32> | 1 | status |
country | string | EU | country |
similar | string | 两款产品均为白色充气独角兽造型游泳圈,具有相似的整体轮廓和结构。两者都有突出的独角兽头部造型,带有金色尖角,黑色眼睛,以及彩虹色的鬃毛和尾部。两款产品都采用了白色为主体色调,并在鬃毛和尾部使用了彩虹渐变色彩。 | similar |
confusion | string | 普通消费者很可能会因两款产品在整体外观、色彩搭配和独特的独角兽造型上的高度相似性而产生混淆。尤其是白色主体与彩虹色鬃毛和尾部的组合,以及金色角和黑色眼睛的设计,使两款产品在视觉上几乎难以区分。 | confusion |
patent_id | string | f1bc4b3c-8a7f-45a4-b0cb-56014c548719 | patent ID |
patent_pn | string | EU0040356240003S | patent number |
risk_desc | string | 相似性评分高达85%,根据《专利法》第23条和《专利法实施细则》第65条,从普通消费者的角度看,两款产品在整体视觉效果上高度相似,极易导致混淆。依据最高人民法院关于审理专利纠纷案件适用法律若干问题的解释,这种程度的相似已构成外观设计专利侵权的实质条件。 | risk description |
difference | string | 用户产品的独角兽头部略微向下倾斜,而专利产品的头部更为直立。用户产品的彩虹色鬃毛和尾部色彩排列略有不同,且用户产品的游泳圈中心孔形状更为圆形,而专利产品的中心孔形状更为椭圆。 | difference |
risk_level | string | High | risk level |
suggestion | string | 1. 改变独角兽头部的造型和角度,如设计成更加卡通或夸张的形象;2. 使用完全不同的色彩方案,如将主体改为粉色、蓝色等非白色;3. 调整彩虹色部分的位置和形状,如将彩虹色设计成星星或其他图案;4. 改变游泳圈的整体形状,如设计成更不规则或创新的形状;5. 添加独特的装饰元素,如在独角兽身体上增加图案或标志。 | suggestion |
patent_image_url | string | https://data-abstract-image.zhihuiya.com/EU/S/00/40/35/62/40/00/3/00000001_0001.png | patent image url |
task_status | integer<int32> | 2 | Task Status (1: running, 2: success, 3: failed) |
high_risk_country | array | [
"US"
] | high risk country list |
middle_risk_country | array | [
"US"
] | middle risk country list |
suspected_infringement_count | integer<int32> | 1 | suspected infringement patent count |
suspected_infringement_country | array | [
"US"
] | suspected infringement country list |
statusRequired | boolean | false | Status |
error_msg | string | The request parameter format is incorrect! | Error Message |
error_codeRequired | integer | 0 | Error Code |
Success Response Example
Example of a successful API response
JSON
{
"data": {
"loc": [
"14-03"
],
"country": [
"US"
],
"task_id": "7ef1a01c-2134-433d-8273-a79b58194251",
"user_image": "https://www.patsnap.com/images/user_image.jpg",
"comparisons": [
{
"score": 0.93,
"title": "Floats",
"status": 1,
"country": "EU",
"similar": "两款产品均为白色充气独角兽造型游泳圈,具有相似的整体轮廓和结构。两者都有突出的独角兽头部造型,带有金色尖角,黑色眼睛,以及彩虹色的鬃毛和尾部。两款产品都采用了白色为主体色调,并在鬃毛和尾部使用了彩虹渐变色彩。",
"confusion": "普通消费者很可能会因两款产品在整体外观、色彩搭配和独特的独角兽造型上的高度相似性而产生混淆。尤其是白色主体与彩虹色鬃毛和尾部的组合,以及金色角和黑色眼睛的设计,使两款产品在视觉上几乎难以区分。",
"patent_id": "f1bc4b3c-8a7f-45a4-b0cb-56014c548719",
"patent_pn": "EU0040356240003S",
"risk_desc": "相似性评分高达85%,根据《专利法》第23条和《专利法实施细则》第65条,从普通消费者的角度看,两款产品在整体视觉效果上高度相似,极易导致混淆。依据最高人民法院关于审理专利纠纷案件适用法律若干问题的解释,这种程度的相似已构成外观设计专利侵权的实质条件。",
"difference": "用户产品的独角兽头部略微向下倾斜,而专利产品的头部更为直立。用户产品的彩虹色鬃毛和尾部色彩排列略有不同,且用户产品的游泳圈中心孔形状更为圆形,而专利产品的中心孔形状更为椭圆。",
"risk_level": "High",
"suggestion": "1. 改变独角兽头部的造型和角度,如设计成更加卡通或夸张的形象;2. 使用完全不同的色彩方案,如将主体改为粉色、蓝色等非白色;3. 调整彩虹色部分的位置和形状,如将彩虹色设计成星星或其他图案;4. 改变游泳圈的整体形状,如设计成更不规则或创新的形状;5. 添加独特的装饰元素,如在独角兽身体上增加图案或标志。",
"patent_image_url": "https://data-abstract-image.zhihuiya.com/EU/S/00/40/35/62/40/00/3/00000001_0001.png"
}
],
"task_status": 2,
"high_risk_country": [
"US"
],
"middle_risk_country": [
"US"
],
"suspected_infringement_count": 1,
"suspected_infringement_country": [
"US"
]
},
"status": true,
"error_code": 0
}Error Codes
List of possible error codes returned by this endpoint
Business Errors
| Error Code | Description |
|---|---|
68300004 | Invalid parameter! |
68300005 | Search api failure! |
68300006 | Analytic basic access error! |
68300007 | Bad request! |
68300008 | Service error, please try again later! |
68300010 | The file does not comply with upload specifications! |
Platform Errors
| Error Code | Description |
|---|---|
67200000 | API call exceeds the total limit set by the platform! |
67200001 | API call exceeds the total limit set by the platform! |
67200002 | The current call rate is too fast, exceeding the current configuration limit QPS! |
67200003 | The key and secret parameters for applying for the token are incorrect or the client has been disabled! |
67200004 | The requested api does not have permission. Please contact our support personnel! |
67200005 | Insufficient account balance/number of calls! |
67200006 | The client has exceeded the activation validity period! |
67200007 | The current call exceeds the configured usage limit of the day! |
67200008 | Please check if the required apikey in the query parameter has been transmitted! |
67200009 | The apikey does not match the passed bearerToken. Please check if a valid token is being used! |
67200012 | The request is illegal! |
67200100 | The current server status is busy, request response timeout! |
67200101 | The API requested currently does not exist. Please check the request path! |
HTTP Status Codes
| Status Code | Description |
|---|---|
0 | Success |
201 | Created |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
Performance Metrics
Expected performance characteristics for this endpoint
Normal Response Time
5000 ms
Max Response Time
10000 ms