[M002-2]Novelty Check Agent Query
Obtain the task results of the Novelty Check Agent through the task_id generated by [M002-1]
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 |
status | integer<int32> | 2 | Task status (1: running, 2: successful, 3: generation exception). |
key_prior_art | object | {
"title": "Key Prior Art",
"content": [
{
"reference": {
"PN": "CN1858096A",
"TITLE": "防爆轮胎",
"CONTENT": "提供了一种防爆轮胎,其具有的侧壁加强层能兼顾低发热性和高硬度...",
"SOLUTION_TYPE": "PATENT"
}
}
]
} | Key prior art |
title | string | Key Prior Art | Title |
content | array | [
{
"reference": {
"PN": "CN1858096A",
"TITLE": "防爆轮胎",
"CONTENT": "提供了一种防爆轮胎,其具有的侧壁加强层能兼顾低发热性和高硬度...",
"ORG_INFO": [],
"SOLUTION_ID": "2883fa67-e2af-4699-b755-c0f47346908e",
"SOLUTION_TYPE": "PATENT"
}
}
] | Prior art list |
reference | object | {
"PN": "CN1858096A",
"TITLE": "防爆轮胎",
"CONTENT": "提供了一种防爆轮胎,其具有的侧壁加强层能兼顾低发热性和高硬度...",
"ORG_INFO": [],
"SOLUTION_ID": "2883fa67-e2af-4699-b755-c0f47346908e",
"SOLUTION_TYPE": "PATENT"
} | Reference |
pn | string | CN1858096A | Patent number |
apd | string | 20060101 | Application publication date |
pbd | string | 20061101 | Patent publication date |
link | string | https://patents.google.com/patent/CN1858096A | Link |
title | string | 防爆轮胎 | Title |
content | string | 提供了一种防爆轮胎,其具有的侧壁加强层能兼顾低发热性和高硬度,并且耐久度得到了改善。一种橡胶组合物,以100重量份的橡胶组分为基准,含有10~100重量份的炭黑,以及2重量份或更多的硫或含硫的化合物。 | Content |
org_info | array | [
{
"name_cn": "某某科技有限公司",
"name_en": "XX Technology Co., Ltd.",
"entity_id": "12345",
"entity_type": "公司",
"country_name": "中国"
}
] | Organization info |
id | string | 12345 | ID |
logo | string | https://www.example.com/logo.png | Logo |
name | string | 某某科技有限公司 | Name |
site | string | www.example.com | Site |
name_cn | string | 某某科技有限公司 | Chinese name |
name_en | string | XX Technology Co., Ltd. | English name |
website | string | https://www.example.com | Website |
state_id | string | BJ | State ID |
entity_id | string | 12345 | Entity ID |
country_id | string | CN | Country ID |
state_name | string | 北京市 | State name |
entity_type | string | 公司 | Entity type |
country_name | string | 中国 | Country name |
display_name | string | 某某科技 | Display name |
founded_date | integer<int64> | 1577836800000 | Founded date |
employee_number | integer<int32> | 500 | Employee number |
normalized_name | string | XX_TECHNOLOGY_CO_LTD | Normalized name |
employee_number_interval | string | 100-999 | Employee number interval |
normalized_entity_type_en | string | COMPANY | Normalized entity type English |
solution_id | string | 2883fa67-e2af-4699-b755-c0f47346908e | Solution ID |
solution_type | string | PATENT | Solution type |
similarity_score | string | 0.85 | Similarity score |
simple_legal_status | string | Active | Simple legal status |
recommendations | object | {
"title": "改进建议",
"content": "为显著提升提案的新颖性,建议从以下四个维度进行改进,以突出其独特性并减少与现有技术的重叠..."
} | Recommendations |
title | string | 改进建议 | Title |
content | string | 为显著提升提案的新颖性,建议从以下四个维度进行改进... | Content |
proposal_summary | object | {
"title": "输入想法总结",
"content": "该提案提出了一种用于汽车和橡胶工业的防爆轮胎橡胶配方。其技术功效是实现轮胎的防爆性能。技术手段是采用一种包含共聚丁二烯橡胶、炭黑、片状天然矿石、多巴胺改性碳化硅、硫、硅烷偶联剂和硬脂酸的复合材料。该配方旨在应用于防爆轮胎产品。"
} | Proposal summary |
title | string | 输入想法总结 | Title |
content | string | 该提案提出了一种用于汽车和橡胶工业的防爆轮胎橡胶配方。其技术功效是实现轮胎的防爆性能。技术手段是采用一种包含共聚丁二烯橡胶、炭黑、片状天然矿石、多巴胺改性碳化硅、硫、硅烷偶联剂和硬脂酸的复合材料。该配方旨在应用于防爆轮胎产品。 | Content |
novelty_reasoning | object | {
"title": "新颖性评估原因分析",
"content": "该提案与现有参考文献相比,整体新颖性为中低。相似之处主要体现在以下几个方面:技术功效、技术主体与技术领域高度一致..."
} | Novelty reasoning |
title | string | 新颖性评估原因分析 | Title |
content | string | 该提案与现有参考文献相比,整体新颖性为中低。相似之处主要体现在以下几个方面... | Content |
novelty_assessment | object | {
"title": "新颖性评估",
"content": {
"novelty_level": "中低",
"novelty_score": "30.9%"
}
} | Novelty assessment |
title | string | 新颖性评估 | Title |
content | object | {
"novelty_level": "中低",
"novelty_score": "30.9%"
} | Content |
novelty_level | string | 中低 | Novelty level |
novelty_score | string | 30.9% | Novelty score |
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": {
"status": 2,
"key_prior_art": {
"title": "Key Prior Art",
"content": [
{
"reference": {
"pn": "CN1858096A",
"apd": 20060101,
"pbd": 20061101,
"link": "https://patents.google.com/patent/CN1858096A",
"title": "防爆轮胎",
"content": "提供了一种防爆轮胎,其具有的侧壁加强层能兼顾低发热性和高硬度,并且耐久度得到了改善。一种橡胶组合物,以100重量份的橡胶组分为基准,含有10~100重量份的炭黑,以及2重量份或更多的硫或含硫的化合物。",
"org_info": [
{
"id": 12345,
"logo": "https://www.example.com/logo.png",
"name": "某某科技有限公司",
"site": "www.example.com",
"name_cn": "某某科技有限公司",
"name_en": "XX Technology Co., Ltd.",
"website": "https://www.example.com",
"state_id": "BJ",
"entity_id": 12345,
"country_id": "CN",
"state_name": "北京市",
"entity_type": "公司",
"country_name": "中国",
"display_name": "某某科技",
"founded_date": 1577836800000,
"employee_number": 500,
"normalized_name": "XX_TECHNOLOGY_CO_LTD",
"employee_number_interval": "100-999",
"normalized_entity_type_en": "COMPANY"
}
],
"solution_id": "2883fa67-e2af-4699-b755-c0f47346908e",
"solution_type": "PATENT",
"similarity_score": 0.85,
"simple_legal_status": "Active"
}
}
]
},
"recommendations": {
"title": "改进建议",
"content": "为显著提升提案的新颖性,建议从以下四个维度进行改进..."
},
"proposal_summary": {
"title": "输入想法总结",
"content": "该提案提出了一种用于汽车和橡胶工业的防爆轮胎橡胶配方。其技术功效是实现轮胎的防爆性能。技术手段是采用一种包含共聚丁二烯橡胶、炭黑、片状天然矿石、多巴胺改性碳化硅、硫、硅烷偶联剂和硬脂酸的复合材料。该配方旨在应用于防爆轮胎产品。"
},
"novelty_reasoning": {
"title": "新颖性评估原因分析",
"content": "该提案与现有参考文献相比,整体新颖性为中低。相似之处主要体现在以下几个方面..."
},
"novelty_assessment": {
"title": "新颖性评估",
"content": {
"novelty_level": "中低",
"novelty_score": "30.9%"
}
}
},
"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