Loading...
Loading...
Compare original and translation side by side
patentIdpatentNumberpatentIdpatentIdpatentNumberpatentId| Parameter | Type | Required | Description |
|---|---|---|---|
| patentId | string | Conditionally | Patent ID(s). At least one of |
| patentNumber | string | Conditionally | Publication/announcement number(s). At least one of |
| replaceByRelated | string | No | Whether to substitute with a family patent PDF when the original is unavailable. |
| 参数 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| patentId | 字符串 | 可选(需满足条件) | 专利ID。必须提供 |
| patentNumber | 字符串 | 可选(需满足条件) | 公开/公告号。必须提供 |
| replaceByRelated | 字符串 | 否 | 当原专利PDF不可用时,是否使用家族专利PDF替代。 |
patentIdpatentNumberUS20230012345A1CN115000000ApatentIdpatentNumberUS20230012345A1CN115000000A| Field | Description |
|---|---|
| total | Number of records returned |
| data | Array of patent objects, each containing download information |
| data[].patentId | The patent ID |
| data[].pn | The publication/announcement number |
| data[].pdfPath | The PDF full-text download URL |
| data[].pnRelated | Publication number of the substitute family patent (only present when family substitution is used) |
| costToken | Tokens consumed by the request |
| 字段 | 描述 |
|---|---|
| total | 返回的记录数量 |
| data | 专利对象数组,每个对象包含下载信息 |
| data[].patentId | 专利ID |
| data[].pn | 公开/公告号 |
| data[].pdfPath | PDF全文下载链接 |
| data[].pnRelated | 替代家族专利的公开号(仅在启用家族专利替代时显示) |
| costToken | 请求消耗的Token数量 |
references/api.mdscripts/zhihuiya_pdf_data.pyreferences/api.mdscripts/zhihuiya_pdf_data.pyRetrieve the PDF for patent publication number US20230012345A1.{"patentNumber": "US20230012345A1"}Download PDFs for CN115000000A, CN115000001A, and CN115000002A.{"patentNumber": "CN115000000A,CN115000001A,CN115000002A"}Get the full-text PDF for patent ID 12345678.{"patentId": "12345678"}Download the PDF for EP4000000A1. If it is unavailable, use a family patent PDF instead.{"patentNumber": "EP4000000A1", "replaceByRelated": "1"}Retrieve PDFs for patent IDs 11111111, 22222222, 33333333.{"patentId": "11111111,22222222,33333333"}Retrieve the PDF for patent publication number US20230012345A1.{"patentNumber": "US20230012345A1"}Download PDFs for CN115000000A, CN115000001A, and CN115000002A.{"patentNumber": "CN115000000A,CN115000001A,CN115000002A"}Get the full-text PDF for patent ID 12345678.{"patentId": "12345678"}Download the PDF for EP4000000A1. If it is unavailable, use a family patent PDF instead.{"patentNumber": "EP4000000A1", "replaceByRelated": "1"}Retrieve PDFs for patent IDs 11111111, 22222222, 33333333.{"patentId": "11111111,22222222,33333333"}pnRelatedreplaceByRelatedpdfPathpnRelatedreplaceByRelatedpdfPathpatentIdpatentNumberpatentIdpatentNumberreplaceByRelatedpatentIdpatentNumberpatentIdpatentNumberreplaceByRelated| User Says | Scenario |
|---|---|
| "Download the PDF for patent XX" | Single patent PDF retrieval |
| "Get full-text documents for these patents" | Batch patent PDF download |
| "I need the PDF for publication number XX" | Lookup by publication number |
| "Can I get the patent document even if it's not directly available" | Family substitution scenario |
| "Batch export patent PDFs" | Multi-patent batch download |
references/api.md| 用户表述 | 场景 |
|---|---|
| "下载专利XX的PDF" | 单个专利PDF检索 |
| "获取这些专利的全文文档" | 批量专利PDF下载 |
| "我需要公开号为XX的专利PDF" | 通过公开号查询 |
| "如果专利文档无法直接获取,我还能拿到吗?" | 家族专利替代场景 |
| "批量导出专利PDF" | 多专利批量下载 |
references/api.md