[AI66-5]FTO Search - Obtain FTO Search Results
Obtain the search results of the FTO search agent based on the task_id confirmed in [AI66-4].
Note: A valid task ID must be used, and the preceding tasks must have been successfully submitted.
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 |
lang | string | CN | Language used for search |
text | string | 空调器及其除霜控制方法 | Input content used when operation type is expansion, abbreviation, or polishing |
cc_num | integer<int32> | 100 | Number to control algorithm interface token consumption for cost control |
cc_pids | array | [
"3f7db6aa-2263-41d5-bddb-671301f215a7",
"f1f3c8e0-306f-4370-b5ec-9f11c0082e42"
] | List of patent IDs involved in feature comparison |
task_idRequired | string | 9f10932dc8ad173d120adf9a75ad67b5 | Unique task identifier |
is_asyncRequired | boolean | true | Whether it is an asynchronous request, consistent with the async parameter in the request |
task_costRequired | number<float> | 366.9 | Total task execution time in seconds |
update_tsRequired | string | 2025-10-23 15:44:31.924 | Timestamp of the last result update |
task_statusRequired | string | success | Current task execution status(running,success) |
cc_thresholdRequired | number<float> | 60 | Threshold for feature comparison, above this threshold are confirmed features, below are pending confirmation |
excute_timesRequired | integer<int32> | 7 | Number of search executions performed |
final_resultRequired | array | [
{
"lang": "CN",
"features": [
{
"score": 100,
"similar": true,
"public_score": 0,
"tech_feature": "一种空调器的除霜控制方法",
"comparison_feature": "除霜运行时,获取室外风速,检测室外盘管温度"
}
],
"selected": true,
"patent_id": "3f7db6aa-2263-41d5-bddb-671301f215a7",
"risk_level": "High",
"user_added": false,
"most_similar": false,
"public_score": 1,
"feature_match_num": 10,
"comparative_literature_type": "A"
}
] | List of comparison information for potentially related patents found, sorted by public score, including patent details, feature comparison, risk assessment and other information |
lang | string | CN | Patent language |
claims | array | [
{
"claim_num": 1,
"claim_text": "1.一种空调器的除霜控制方法,其特征在于,所述方法为: 空调器除霜运行时,获取室外环境风速,检测室外盘管温度; 获取室外环境风速所属的风速等级对应的除霜退出温度; 在所述室外盘管温度高于所述室外环境风速所属的风速等级对应的除霜退出温度时,控制所述空调器退出除霜; 其中,不同风速等级对应不同的除霜退出温度,所述风速等级与所述除霜退出温度负相关。 "
},
{
"claim_num": 2,
"claim_text": "2.根据权利要求1所述的空调器的除霜控制方法,其特征在于,所述空调器除霜运行时,根据所述室外环境风速限制压缩机的最高运行频率。 "
},
{
"claim_num": 6,
"claim_text": "6.一种空调器,其特征在于,所述空调器包括: 风速获取模块,用于获取室外环境风速; 室外盘管温度检测模块,用于检测室外盘管温度; 控制模块,用于获取室外环境风速所属的风速等级对应的除霜退出温度,在所述室外盘管温度高于所述室外环境风速所属的风速等级对应的除霜退出温度时,控制所述空调器退出除霜; 存储模块,用于存储风速等级对应的除霜退出温度; 其中,不同风速等级对应不同的除霜退出温度,所述风速等级与所述除霜退出温度负相关。 "
}
] | List of original claim texts including complete claim content |
claim_num | integer<int32> | 1 | Claim number (claim 1, claim 2, claim 3) |
claim_text | string | 一种数据处理方法,其特征在于:包括数据采集步骤、数据预处理步骤和数据分析步骤。 | Claim original text |
document | string | 一种空调器的除霜控制方法 | Patent document abstract or key content |
featuresRequired | array | [
{
"score": 100,
"reason": "",
"similar": true,
"claim_num": 1,
"claim_type": "independent",
"public_score": 0,
"tech_feature": "一种空调器的除霜控制方法,其特征在于,所述方法为:空调器除霜运行时,获取室外环境风速,检测室外盘管温度;获取室外环境风速所属的风速等级对应的除霜退出温度;在所述室外盘管温度高于所述室外环境风速所属的风速等级对应的除霜退出温度时,控制所述空调器退出除霜;其中,不同风速等级对应不同的除霜退出温度,所述风速等级与所述除霜退出温度负相关。",
"original_score": 100,
"original_reason": "",
"comparison_feature": "除霜运行时,获取室外风速,检测室外盘管温度。获取室外风速等级对应的除霜退出温度(不同风速等级对应不同退出温度,风速越高,退出温度越低)。当室外盘管温度高于对应风速等级的除霜退出温度时,控制空调器退出除霜。"
}
] | List of technical feature comparisons including detailed comparison information for each feature |
type | string | equivalent | Feature comparison type label |
scoreRequired | integer<int32> | 100 | Similarity score between tech feature and comparison feature (0-100) |
similar | boolean | true | Whether similar |
claim_num | integer<int32> | 1 | Claim number (Claim 1, Claim 2, Claim 3, etc.) |
claim_type | string | independent | Claim type (independent: independent claim, dependent: dependent claim) |
public_score | number<float> | - | Public disclosure score of the feature |
tech_featureRequired | string | 一种空调器的除霜控制方法,其特征在于,所述方法为:空调器除霜运行时,获取室外环境风速,检测室外盘管温度 | Technical feature (from input text) |
original_type | string | equivalent | Original feature comparison type label |
type_for_user | string | equivalent | User-modified feature comparison type label |
original_score | integer<int32> | 100 | Original similarity score |
score_for_user | integer<int32> | 95 | User-modified similarity score |
compare_feature | string | 除霜运行时,获取室外风速,检测室外盘管温度 | Compare feature (backup field) |
comparison_feature | string | 除霜运行时,获取室外风速,检测室外盘管温度。获取室外风速等级对应的除霜退出温度 | Feature found in comparison document |
selected | boolean | true | Whether selected for analysis |
patent_idRequired | string | 3f7db6aa-2263-41d5-bddb-671301f215a7 | Unique patent identifier |
risk_level | string | High | Risk level (High: high risk, Medium: medium risk, Low: low risk) |
user_added | boolean | - | Whether the patent was manually added by the user |
most_similar | boolean | - | Whether it is the most similar patent |
public_scoreRequired | number<float> | 1 | Disclosure score indicating the degree of patent disclosure |
feature_match_numRequired | integer<int32> | 10 | Number of matched technical features |
dependent_claim_num | integer<int32> | 8 | Total number of dependent claims |
claim_equivalent_info | array | [
{
"claim_num": 1,
"infringement": true
},
{
"claim_num": 2,
"infringement": true
},
{
"claim_num": 3,
"infringement": true
},
{
"claim_num": 4,
"infringement": true
},
{
"claim_num": 5,
"infringement": true
},
{
"claim_num": 6,
"infringement": true
},
{
"claim_num": 7,
"infringement": true
},
{
"claim_num": 8,
"infringement": true
},
{
"claim_num": 9,
"infringement": true
},
{
"claim_num": 10,
"infringement": true
}
] | List of claim equivalence information including infringement judgment for each claim |
claim_numRequired | integer<int32> | 1 | Claim number (Claim 1, Claim 2, Claim 3, etc.) |
infringementRequired | boolean | true | Whether it constitutes infringement |
comparison_conclusion | object | {
"en": "",
"zh": "通过对相关专利各权利要求和标的技术方案的技术特征进行分析可知:\n\n专利权利要求1、2、3、4、5、6、7、8、9、10的技术特征与标的技术方案的技术特征等同,因此权利要求1、2、3、4、5、6、7、8、9、10记载的方案涵盖了标的技术方案,标的技术方案落入权利要求1、2、3、4、5、6、7、8、9、10保护范围。\n\n综上,在2041-03-31之前于CN不建议实施标的技术方案。或在专利到期日前,采取商业合作、授权许可,或做好稳定性分析处置预案后再于相应地区实施。"
} | Comparison conclusion including analysis conclusions in Chinese and English versions |
independent_claim_num | integer<int32> | 2 | Total number of independent claims |
comparative_literature_type | string | A | Type of comparative literature (A: most relevant prior art) |
equivalent_dependent_claim_num | integer<int32> | 8 | Number of equivalent dependent claims |
equivalent_independent_claim_num | integer<int32> | 2 | Number of equivalent independent claims |
operate_type | string | generate | Operation type to identify the current operation being performed |
process_dict | object | {
"semantic_search": {
"cost": 108,
"status": "success",
"strategy": {
"type": "semantic_search",
"description_zh": "通过语义检索输入的技术方案"
},
"find_patent_num": 7,
"comparison_patent_num": 7
}
} | Detailed results of each search process, including execution status of various search strategies such as semantic search, classification search, keyword search, etc. |
ipc_cpc_search | object | {
"cost": 31.9,
"status": "success",
"strategy": {
"type": "ipc_cpc_search",
"description_zh": "使用语义推荐的分类号"
},
"find_patent_num": 0,
"comparison_patent_num": 1
} | IPC/CPC classification search results, search based on international patent classification |
costRequired | number<float> | 108 | Execution time cost for this round of search (seconds) |
statusRequired | string | success | Execution status of this round of search (success: successful, failed: failed, running: in progress) |
strategyRequired | object | {
"type": "semantic_search",
"query": "SEMANTIC:87d36ed11cc84a574b0ceabcebdaf597",
"try_nth": 1,
"parameters": {
"features": [
"空调器",
"除霜控制方法"
]
},
"description_en": "Semantic search of the input technical solution",
"description_zh": "通过语义检索输入的技术方案"
} | Strategy information for this round of search, including search type, description, parameters and other detailed information |
typeRequired | string | semantic_search | Search strategy type identifier |
query | string | SEMANTIC:87d36ed11cc84a574b0ceabcebdaf597 | Actual search query statement executed |
try_nth | integer<int32> | 1 | Number of attempts for this search strategy (which attempt) |
parameters | object | {
"cpc": [
"F24F11/62"
],
"ipc": [
"F24F"
],
"features": [
"空调器",
"除霜控制方法"
]
} | Detailed parameters of the search strategy, including feature list, IPC/CPC classification codes and other information |
cpc | array | [
"F24F11/62",
"F25D21/06"
] | Cooperative Patent Classification (CPC) codes list for classification search |
ipc | array | [
"F24F",
"F25D"
] | International Patent Classification (IPC) codes list for classification search |
features | array | [
"空调器",
"除霜控制方法",
"室外风速",
"盘管温度"
] | List of technical feature keywords used for search |
description_en | string | Semantic search of the input technical solution | English description of the search strategy |
description_zh | string | 通过语义检索输入的技术方案 | Chinese description of the search strategy |
find_patent_numRequired | integer<int32> | 7 | Number of potentially similar patents found in this round of search |
comparison_result | array | [
{
"score": 91,
"patent_id": "3f7db6aa-2263-41d5-bddb-671301f215a7",
"public_score": 1,
"feature_match_num": 10
}
] | List of detailed information for potentially similar patents found in this round of search |
scoreRequired | integer<int32> | 91 | Overall similarity score between patent and input technical solution (0-100) |
patent_idRequired | string | 3f7db6aa-2263-41d5-bddb-671301f215a7 | Patent unique identifier |
public_scoreRequired | number<float> | 1 | Patent disclosure score indicating the degree of patent information disclosure |
find_patent_num | string | 7 | Number of potentially similar patents found in this round of search (string format) |
feature_match_numRequired | integer<int32> | 10 | Number of features matching the input technical solution |
comparison_patent_numRequired | integer<int32> | 7 | Total number of patents compared in this round of search |
semantic_search | object | {
"cost": 108,
"status": "success",
"strategy": {
"type": "semantic_search",
"description_zh": "通过语义检索输入的技术方案"
},
"find_patent_num": 7,
"comparison_patent_num": 7
} | Semantic search results, patent search through semantic understanding |
relevant_tracking_search | object | {
"cost": 11.6,
"status": "success",
"strategy": {
"type": "relevant_tracking_search",
"description_zh": "基于高度相关的专利追踪检索同族和引证"
},
"find_patent_num": 0,
"comparison_patent_num": 1
} | Relevant tracking search results, tracking search of family and citations based on highly correlated patents |
block_progressive_search_1 | object | {
"cost": 27.4,
"status": "success",
"strategy": {
"type": "block_progressive_search",
"description_zh": "在TACD_ALL字段上使用技术特征的关键词组合检索"
},
"find_patent_num": 1,
"comparison_patent_num": 1
} | Block and progressive search round 1 results, keyword combination search of technical features on TACD_ALL field |
block_progressive_search_2 | object | {
"cost": 120.6,
"status": "success",
"strategy": {
"type": "block_progressive_search",
"description_zh": "在TACD_ALL字段上使用技术特征的关键词的同义词组合检索"
},
"find_patent_num": 1,
"comparison_patent_num": 1
} | Block and progressive search round 2 results, synonym combination search of technical features on TACD_ALL field |
block_progressive_search_3 | object | {
"cost": 20.4,
"status": "success",
"strategy": {
"type": "block_progressive_search",
"description_zh": "在AI Summary字段上使用技术特征的关键词组合检索"
},
"find_patent_num": 0,
"comparison_patent_num": 1
} | Block and progressive search round 3 results, keyword combination search of technical features on AI Summary field |
block_progressive_search_4 | object | {
"cost": 47,
"status": "success",
"strategy": {
"type": "block_progressive_search",
"description_zh": "在TACD_ALL字段上使用技术特征的同义词检索"
},
"find_patent_num": 1,
"comparison_patent_num": 1
} | Block and progressive search round 4 results, synonym search of technical features on TACD_ALL field |
find_patent_numRequired | integer<int32> | 13 | Number of potentially similar patents found |
feature_keywords | array | [
{
"words": [],
"synonym": [
"空调",
"冷暖设备",
"制冷设备"
],
"translation": "Air Conditioner",
"tech_feature": "空调器",
"synonym_score": [
100,
95,
90
]
}
] | List of technical feature keywords including feature words, translations, synonyms and other information |
words | array | [
{
"synonym": [
"化霜",
"融霜",
"去霜"
],
"translation": "Defrost",
"tech_feature": "除霜",
"synonym_score": [
95,
90,
85
]
}
] | List of detailed word segmentation information for the feature word |
words | array | [
{
"synonym": [
"执行",
"运作",
"活动"
],
"translation": "Operation",
"tech_feature": "运行",
"synonym_score": [
95,
90,
85
]
}
] | List of deeper sub-feature words for further refinement of the feature word |
synonym | array | [
"执行",
"运作",
"活动"
] | List of synonyms for the feature word |
translation | string | Operation | English translation of the feature word |
tech_featureRequired | string | 运行 | Extracted technical feature word (finest granularity) |
synonym_score | array | [
95,
90,
85
] | List of relevance scores for synonyms, corresponding one-to-one with the synonym list |
synonym | array | [
"化霜",
"融霜",
"去霜"
] | List of synonyms for the feature word |
translation | string | Defrost | English translation of the feature word |
tech_featureRequired | string | 除霜 | Extracted technical feature word |
synonym_score | array | [
95,
90,
85
] | List of relevance scores for synonyms, corresponding one-to-one with the synonym list |
synonym | array | [
"空调",
"冷暖设备",
"制冷设备"
] | List of synonyms for the feature word |
translation | string | Air Conditioner | English translation of the feature word |
tech_featureRequired | string | 空调器 | Extracted technical feature word |
synonym_score | array | [
100,
95,
90
] | List of relevance scores for synonyms, corresponding one-to-one with the synonym list |
total_comparison_patent_numRequired | integer<int32> | 13 | Total number of patents compared |
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": {
"lang": "CN",
"text": "空调器及其除霜控制方法",
"cc_num": 100,
"cc_pids": [
"3f7db6aa-2263-41d5-bddb-671301f215a7",
"f1f3c8e0-306f-4370-b5ec-9f11c0082e42"
],
"task_id": "9f10932dc8ad173d120adf9a75ad67b5",
"is_async": true,
"task_cost": 366.9,
"update_ts": "2025-10-23 15:44:31.924",
"task_status": "success",
"cc_threshold": 60,
"excute_times": 7,
"final_result": [
{
"lang": "CN",
"claims": [
{
"claim_num": 1,
"claim_text": "一种数据处理方法,其特征在于:包括数据采集步骤、数据预处理步骤和数据分析步骤。"
}
],
"document": "一种空调器的除霜控制方法",
"features": [
{
"type": "equivalent",
"score": 100,
"similar": true,
"claim_num": 1,
"claim_type": "independent",
"public_score": 0,
"tech_feature": "一种空调器的除霜控制方法,其特征在于,所述方法为:空调器除霜运行时,获取室外环境风速,检测室外盘管温度",
"original_type": "equivalent",
"type_for_user": "equivalent",
"original_score": 100,
"score_for_user": 95,
"compare_feature": "除霜运行时,获取室外风速,检测室外盘管温度",
"comparison_feature": "除霜运行时,获取室外风速,检测室外盘管温度。获取室外风速等级对应的除霜退出温度"
}
],
"selected": true,
"patent_id": "3f7db6aa-2263-41d5-bddb-671301f215a7",
"risk_level": "High",
"user_added": false,
"most_similar": false,
"public_score": 1,
"feature_match_num": 10,
"dependent_claim_num": 8,
"claim_equivalent_info": [
{
"claim_num": 1,
"infringement": true
}
],
"comparison_conclusion": {
"en": "",
"zh": "通过对相关专利各权利要求和标的技术方案的技术特征进行分析可知:\n\n专利权利要求1、2、3、4、5、6、7、8、9、10的技术特征与标的技术方案的技术特征等同,因此权利要求1、2、3、4、5、6、7、8、9、10记载的方案涵盖了标的技术方案,标的技术方案落入权利要求1、2、3、4、5、6、7、8、9、10保护范围。\n\n综上,在2041-03-31之前于CN不建议实施标的技术方案。或在专利到期日前,采取商业合作、授权许可,或做好稳定性分析处置预案后再于相应地区实施。"
},
"independent_claim_num": 2,
"comparative_literature_type": "A",
"equivalent_dependent_claim_num": 8,
"equivalent_independent_claim_num": 2
}
],
"operate_type": "generate",
"process_dict": {
"ipc_cpc_search": {
"cost": 108,
"status": "success",
"strategy": {
"type": "semantic_search",
"query": "SEMANTIC:87d36ed11cc84a574b0ceabcebdaf597",
"try_nth": 1,
"parameters": {
"cpc": [
"F24F11/62",
"F25D21/06"
],
"ipc": [
"F24F",
"F25D"
],
"features": [
"空调器",
"除霜控制方法",
"室外风速",
"盘管温度"
]
},
"description_en": "Semantic search of the input technical solution",
"description_zh": "通过语义检索输入的技术方案"
},
"find_patent_num": 7,
"comparison_result": [
{
"score": 91,
"patent_id": "3f7db6aa-2263-41d5-bddb-671301f215a7",
"public_score": 1,
"find_patent_num": 7,
"feature_match_num": 10
}
],
"comparison_patent_num": 7
},
"semantic_search": {
"cost": 108,
"status": "success",
"strategy": {
"type": "semantic_search",
"query": "SEMANTIC:87d36ed11cc84a574b0ceabcebdaf597",
"try_nth": 1,
"parameters": {
"cpc": [
"F24F11/62",
"F25D21/06"
],
"ipc": [
"F24F",
"F25D"
],
"features": [
"空调器",
"除霜控制方法",
"室外风速",
"盘管温度"
]
},
"description_en": "Semantic search of the input technical solution",
"description_zh": "通过语义检索输入的技术方案"
},
"find_patent_num": 7,
"comparison_result": [
{
"score": 91,
"patent_id": "3f7db6aa-2263-41d5-bddb-671301f215a7",
"public_score": 1,
"find_patent_num": 7,
"feature_match_num": 10
}
],
"comparison_patent_num": 7
},
"relevant_tracking_search": {
"cost": 108,
"status": "success",
"strategy": {
"type": "semantic_search",
"query": "SEMANTIC:87d36ed11cc84a574b0ceabcebdaf597",
"try_nth": 1,
"parameters": {
"cpc": [
"F24F11/62",
"F25D21/06"
],
"ipc": [
"F24F",
"F25D"
],
"features": [
"空调器",
"除霜控制方法",
"室外风速",
"盘管温度"
]
},
"description_en": "Semantic search of the input technical solution",
"description_zh": "通过语义检索输入的技术方案"
},
"find_patent_num": 7,
"comparison_result": [
{
"score": 91,
"patent_id": "3f7db6aa-2263-41d5-bddb-671301f215a7",
"public_score": 1,
"find_patent_num": 7,
"feature_match_num": 10
}
],
"comparison_patent_num": 7
},
"block_progressive_search_1": {
"cost": 108,
"status": "success",
"strategy": {
"type": "semantic_search",
"query": "SEMANTIC:87d36ed11cc84a574b0ceabcebdaf597",
"try_nth": 1,
"parameters": {
"cpc": [
"F24F11/62",
"F25D21/06"
],
"ipc": [
"F24F",
"F25D"
],
"features": [
"空调器",
"除霜控制方法",
"室外风速",
"盘管温度"
]
},
"description_en": "Semantic search of the input technical solution",
"description_zh": "通过语义检索输入的技术方案"
},
"find_patent_num": 7,
"comparison_result": [
{
"score": 91,
"patent_id": "3f7db6aa-2263-41d5-bddb-671301f215a7",
"public_score": 1,
"find_patent_num": 7,
"feature_match_num": 10
}
],
"comparison_patent_num": 7
},
"block_progressive_search_2": {
"cost": 108,
"status": "success",
"strategy": {
"type": "semantic_search",
"query": "SEMANTIC:87d36ed11cc84a574b0ceabcebdaf597",
"try_nth": 1,
"parameters": {
"cpc": [
"F24F11/62",
"F25D21/06"
],
"ipc": [
"F24F",
"F25D"
],
"features": [
"空调器",
"除霜控制方法",
"室外风速",
"盘管温度"
]
},
"description_en": "Semantic search of the input technical solution",
"description_zh": "通过语义检索输入的技术方案"
},
"find_patent_num": 7,
"comparison_result": [
{
"score": 91,
"patent_id": "3f7db6aa-2263-41d5-bddb-671301f215a7",
"public_score": 1,
"find_patent_num": 7,
"feature_match_num": 10
}
],
"comparison_patent_num": 7
},
"block_progressive_search_3": {
"cost": 108,
"status": "success",
"strategy": {
"type": "semantic_search",
"query": "SEMANTIC:87d36ed11cc84a574b0ceabcebdaf597",
"try_nth": 1,
"parameters": {
"cpc": [
"F24F11/62",
"F25D21/06"
],
"ipc": [
"F24F",
"F25D"
],
"features": [
"空调器",
"除霜控制方法",
"室外风速",
"盘管温度"
]
},
"description_en": "Semantic search of the input technical solution",
"description_zh": "通过语义检索输入的技术方案"
},
"find_patent_num": 7,
"comparison_result": [
{
"score": 91,
"patent_id": "3f7db6aa-2263-41d5-bddb-671301f215a7",
"public_score": 1,
"find_patent_num": 7,
"feature_match_num": 10
}
],
"comparison_patent_num": 7
},
"block_progressive_search_4": {
"cost": 108,
"status": "success",
"strategy": {
"type": "semantic_search",
"query": "SEMANTIC:87d36ed11cc84a574b0ceabcebdaf597",
"try_nth": 1,
"parameters": {
"cpc": [
"F24F11/62",
"F25D21/06"
],
"ipc": [
"F24F",
"F25D"
],
"features": [
"空调器",
"除霜控制方法",
"室外风速",
"盘管温度"
]
},
"description_en": "Semantic search of the input technical solution",
"description_zh": "通过语义检索输入的技术方案"
},
"find_patent_num": 7,
"comparison_result": [
{
"score": 91,
"patent_id": "3f7db6aa-2263-41d5-bddb-671301f215a7",
"public_score": 1,
"find_patent_num": 7,
"feature_match_num": 10
}
],
"comparison_patent_num": 7
}
},
"find_patent_num": 13,
"feature_keywords": [
{
"words": [
{
"words": [
{
"synonym": [
"执行",
"运作",
"活动"
],
"translation": "Operation",
"tech_feature": "运行",
"synonym_score": [
95,
90,
85
]
}
],
"synonym": [
"化霜",
"融霜",
"去霜"
],
"translation": "Defrost",
"tech_feature": "除霜",
"synonym_score": [
95,
90,
85
]
}
],
"synonym": [
"空调",
"冷暖设备",
"制冷设备"
],
"translation": "Air Conditioner",
"tech_feature": "空调器",
"synonym_score": [
100,
95,
90
]
}
],
"total_comparison_patent_num": 13
},
"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