[AI31]专利发明点总结
该接口允许通过输入 patent_id 或 patent_number 来查询专利的核心发明点和改进方向,可以快速获取相关专利信息,从而深入了解其创新性和技术进步。
请求参数
此 API 接口支持的参数列表
| 名称 | 类型 | 示例 | 描述 |
|---|---|---|---|
必填 | string | en | 可选择的语言,默认值为英文。单选,可选项包括cn、en,分别为中文、英文,请使用小写字母。 |
| string | e7b3df69-0f30-4ad3-a753-538e362fd524 | 专利ID |
| string | CN108001293B | 专利公开(公告)号 |
响应结构
API 响应数据的结构说明
| 字段名 | 类型 | 示例 | 描述 |
|---|---|---|---|
data | object | - | 响应数据 |
pn | string | CN108001293B | 专利公开(公告)号 |
patent_id | string | e7b3df69-0f30-4ad3-a753-538e362fd524 | 专利ID |
core_invention_points | object | CoreInventionPoints | 专利核心发明点 |
sentence | array | [["Enhanced energy density: the patent application addresses the increasing demand for higher energy density in batteries, particularly in the context of electric vehicles and portable electronic devices. by improving the design and materials used in the electrochemical device, the invention aims to achieve higher energy density without compromising safety or cycle performance.","Improved safety features: with the growing concern for battery safety, the patent application likely includes innovative safety features to prevent issues such as overheating, short circuits, and explosions. these features could involve new materials, structural designs, or monitoring systems to enhance the overall safety of the electronic device.","Enhanced cycle performance: in addition to energy density and safety, the patent application may focus on improving the cycle performance of the electrochemical device. this could involve optimizing the electrode materials, electrolyte composition, or charging/discharging protocols to extend the lifespan of the battery and maintain its performance over multiple cycles.","Integration with electronic devices: the patent application may also describe how the electrochemical device is integrated into electronic devices, such as smartphones, laptops, or electric vehicles. this integration could involve customizing the size, shape, and connectivity of the battery to fit seamlessly within the device and optimize its overall performance."] | 专利核心发明点 |
enhancement_proposals | object | EnhancementProposals | 专利改进方向 |
status必填 | boolean | false | 状态 |
error_msg | string | The request parameter format is incorrect! | 错误信息 |
error_code必填 | integer | 0 | 错误代码 |
成功响应示例
成功调用 API 的响应示例
JSON
{
"data": {
"pn": "CN108001293B",
"patent_id": "e7b3df69-0f30-4ad3-a753-538e362fd524",
"core_invention_points": {
"sentence": [
"在原地转向时,考虑了车辆的横摆力矩对车身稳定性的影响,并通过控制转向电机的转矩来维持车身的稳定。该系统还包括了方向盘转角传感器、轮速传感器和电机控制器,用于检测方向盘的锁定状态、轮速是否大于零以及增加驱动电机的转矩",
"该系统还包括了偏航率传感器和横摆角速度传感器,用于实时检测整车的横摆信息并判断是否进行原地转向"
]
},
"enhancement_proposals": {
"sentence": [
"在原地转向时,考虑了车辆的横摆力矩对车身稳定性的影响,并通过控制转向电机的转矩来维持车身的稳定。该系统还包括了方向盘转角传感器、轮速传感器和电机控制器,用于检测方向盘的锁定状态、轮速是否大于零以及增加驱动电机的转矩",
"该系统还包括了偏航率传感器和横摆角速度传感器,用于实时检测整车的横摆信息并判断是否进行原地转向"
]
}
},
"status": true,
"error_code": 0
}错误码
此接口可能返回的错误码列表
业务错误码
| 错误码 | 描述 |
|---|---|
68300004 | 请求参数异常! |
68300005 | 查询Api失败! |
68300006 | 解析基本存取错误! |
68300007 | 存在错误的请求! |
68300008 | 服务中断异常,请稍后再试! |
68300010 | 文件不符合上传规范! |
平台错误码
| 错误码 | 描述 |
|---|---|
67200000 | API整体限流错误! |
67200001 | API整体限流错误! |
67200002 | 当前调用速率过快,超过当前配置限制QPS! |
67200003 | 申请token的key和secret传参不正确或者客户端已被禁用! |
67200004 | 请求的接口无权限请联系我们的支持人员! |
67200005 | 账户余额/调用次数不足! |
67200006 | 客户端超过开通有效期! |
67200007 | 当前调用超过当天配置使用额度! |
67200008 | 请检查query参数中必填的apikey是否传输! |
67200009 | apikey与所传的bearerToken不匹配,请检查是否使用在有效期内的token! |
67200012 | 请求不合法! |
67200100 | 当前服务器状态正忙,请求响应超时! |
67200101 | 当前请求的Api不存在请检查请求Path! |
HTTP 状态码
| 状态码 | 描述 |
|---|---|
0 | 请求成功 |
201 | Created |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
性能指标
此接口的预期性能特征
正常响应时间
5000 ms
最大响应时间
10000 ms