Patsnap Others API

Others APIs.

OpenAPI Specification

patsnap-others-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Patsnap Open Platform AI Translation Others API
  version: 1.0.0
  description: OpenAPI specification for Patsnap Open Platform APIs, including patent search, analytics, and Eureka AI capabilities.
servers:
- url: https://connect.patsnap.com
  description: Patsnap Open Platform API gateway
tags:
- name: Others
  description: Others APIs.
paths:
  /ai/sso/agent/export-link:
    post:
      operationId: ai71AgentExportLink
      summary: AI71 Obtain Offline Report
      description: 'This interface serves as an optimized function for the AI API, supporting users in integrating report links into their local systems. The Agents that currently support outputting report links are: [AI32] Technology Disclosure Document, [AI35] Novelty Check, [AI37] Patent Drafting (CNIPA),  and [AI66] FTO Search.'
      tags:
      - Others
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful ai71 obtain offline report response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AI71AgentExportLinkResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/ai/sso/agent/export-link
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AI71AgentExportLinkRequest'
  /ai/ner/ddt-ner:
    post:
      operationId: ai01NerDdtNer
      summary: AI01 Drug DDT NER
      description: To extract the names of Drug, Disease and Target (DDT) from Chinese and English patents, literature, news, clinical trial or Drug approval data
      tags:
      - Others
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful ai01 drug ddt ner response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AI01NerDdtNerResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/ai/ner/ddt-ner
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AI01NerDdtNerRequest'
  /ai/sso/agent/history:
    post:
      operationId: ai72AgentHistory
      summary: AI72 Obtain Offline History Record
      description: This interface serves as an optimized function for the AI API, supporting users in integrating history record into their local systems.
      tags:
      - Others
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful ai72 obtain offline history record response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AI72AgentHistoryResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/ai/sso/agent/history
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AI72AgentHistoryRequest'
  /rd-llm/v1/documents/doc_parsing:
    post:
      operationId: l016DocumentsDocParsing
      summary: L016 Document Parsing
      description: 'Run layout detection and OCR on the uploaded file. The file type is inferred from the filename extension. Supported types: png, jpg, jpeg, pdf, doc, docx, ppt, pptx, xls, and xlsx. Each file must not exceed 20 MB or 200 pages; a request times out if processing exceeds 300 seconds and returns the image link is a signed link with a validity period of 7 days. output_format is optional and defaults to markdown.'
      tags:
      - Others
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful l016 document parsing response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/L016DocumentsDocParsingResponse'
        '400':
          description: Invalid request, missing file, empty file, or unsupported file format.
        '413':
          description: File exceeds 20 MB or the document exceeds 200 pages.
        '500':
          description: Internal server error; error_code is INTERNAL_ERROR.
        '502':
          description: Downstream processing failed; error_code may be OCR_FAILED, LAYOUT_DETECTION_FAILED, PDF_PARSE_FAILED, or DOCUMENT_CONVERSION_FAILED.
        '504':
          description: Request processing exceeded 300 seconds; error_code is GATEWAY_TIMEOUT.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/rd-llm/v1/documents/doc_parsing
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/L016DocumentsDocParsingRequest'
  /rd-llm/v1/documents/layout_parsing:
    post:
      operationId: l017DocumentsLayoutParsing
      summary: L017 Layout-only Parsing (No OCR)
      description: 'Run layout detection only, without OCR. Every results.content value is null and markdown is not returned. Supported types: png, jpg, jpeg, pdf, doc, docx, ppt, pptx, xls, and xlsx. include_crop_urls is optional and defaults to true.'
      tags:
      - Others
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful l017 layout-only parsing (no ocr) response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/L017DocumentsLayoutParsingResponse'
        '400':
          description: Invalid request, missing file, empty file, or unsupported file format.
        '413':
          description: File exceeds 20 MB or the document exceeds 200 pages.
        '500':
          description: Internal server error; error_code is INTERNAL_ERROR.
        '502':
          description: Downstream processing failed; error_code may be OCR_FAILED, LAYOUT_DETECTION_FAILED, PDF_PARSE_FAILED, or DOCUMENT_CONVERSION_FAILED.
        '504':
          description: Request processing exceeded 300 seconds; error_code is GATEWAY_TIMEOUT.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/rd-llm/v1/documents/layout_parsing
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/L017DocumentsLayoutParsingRequest'
  /ai/sso/agent/batch-history:
    post:
      operationId: ai72AgentBatchHistory
      summary: AI72 Batch Obtain Offline History Record
      description: This interface serves as an optimized function for the AI API, supporting users in batch querying history records for multiple accounts under the same company.
      tags:
      - Others
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful ai72 batch obtain offline history record response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AI72AgentBatchHistoryResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/ai/sso/agent/batch-history
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AI72AgentBatchHistoryRequest'
  /eureka/tech-monitor-api/company-monitors:
    get:
      operationId: ai88-1TechMonitorApiCompanyMonitors
      summary: AI88-1 List Company Tech Monitors
      description: Returns all effective company tech monitors, including only id and title.
      tags:
      - Others
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful ai88-1 list company tech monitors response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AI88-1TechMonitorApiCompanyMonitorsResponse'
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/eureka/tech-monitor-api/company-monitors
      parameters:
      - name: X-Site-Lang
        in: header
        required: true
        description: Language(CN|EN)
        schema:
          type: string
          example: CN
          description: Language(CN|EN)
  /ai/ner/news-ner:
    post:
      operationId: ai03NerNewsNer
      summary: AI03 News Entity Recognition(NER)
      description: News Entity Recognition helps you recognize entity type in Chinese/English news text, it supported entity types include companies, personal names, addresses, academic institutions, government institutions, and more.
      tags:
      - Others
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful ai03 news entity recognition(ner) response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AI03NerNewsNerResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/ai/ner/news-ner
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AI03NerNewsNerRequest'
  /search/patent/similar-patent-comparison:
    post:
      operationId: ai30PatentSimilarPatentComparison
      summary: AI30 Similar Patent Search and Comparison
      description: By entering the technical means (required) and technical effects (optional), a list of similar patents can be obtained and compared through semantic search. A maximum of 20 similar patents will be returned, sorted by default from high to low similarity. (To improve the accuracy of the query, please use at least 50 words to describe the technical means).
      tags:
      - Others
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful ai30 similar patent search and comparison response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AI30PatentSimilarPatentComparisonResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/search/patent/similar-patent-comparison
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AI30PatentSimilarPatentComparisonRequest'
  /search/patent/patent-core-invention-points:
    post:
      operationId: ai31PatentPatentCoreInventionPoints
      summary: AI31 Patent Invention Points Summary
      description: This interface allows users to query the core invention points and improvement directions of a patent by inputting either the patent_id or patent_number. It enables quick access to relevant patent information, providing deeper insights into its innovation and technological advancements.
      tags:
      - Others
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful ai31 patent invention points summary response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AI31PatentPatentCoreInventionPointsResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/search/patent/patent-core-invention-points
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AI31PatentPatentCoreInventionPointsRequest'
  /eureka/tech-monitor-api/company-monitor/aggregated-info:
    get:
      operationId: ai88-2CompanyMonitorAggregatedInfo
      summary: AI88-2 Get Aggregated Company Tech Monitor Info
      description: Retrieves all detailed information of a tech monitor by ID in one call, aggregating data including basic info, hot news, group statistics, overview, charts, etc. Return company tech monitors (including monitor ID) retrieval via [AI88-1].
      tags:
      - Others
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful ai88-2 get aggregated company tech monitor info response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AI88-2CompanyMonitorAggregatedInfoResponse'
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/eureka/tech-monitor-api/company-monitor/aggregated-info
      parameters:
      - name: tech-monitor-id
        in: query
        required: true
        description: The ID of the company tech monitor
        schema:
          type: string
          example: 0d68646fe871417ebe68a6905e698f24
          description: The ID of the company tech monitor
      - name: report_week
        in: query
        required: false
        description: The report week of the company tech monitor
        schema:
          type: string
          example: '202610'
          description: The report week of the company tech monitor
      - name: X-Site-Lang
        in: header
        required: true
        description: Language(CN|EN)
        schema:
          type: string
          example: CN
          description: Language(CN|EN)
components:
  schemas:
    AI72AgentBatchHistoryRequest:
      type: object
      properties:
        company_id:
          type: string
          example: abc123
          description: Company ID
        end_time:
          type: integer
          format: int64
          example: 1761580799999
          description: End timestamp (milliseconds)
        page:
          type: integer
          format: int32
          example: 1
          description: Page number, starting from 1
        start_time:
          type: integer
          format: int64
          example: 1758902400000
          description: Start timestamp (milliseconds)
        user_accounts:
          type: array
          example:
          - email: user1@example.com
            phone: '12345678900'
          - email: user2@example.com
            phone: '12345678901'
          description: User account list, up to 20, each account contains email and phone
          items:
            $ref: '#/components/schemas/AI72AgentBatchHistory_UserAccount'
      required:
      - company_id
      - user_accounts
    L016DocumentsDocParsing_DocumentParseResponse:
      type: object
      properties:
        state:
          type: string
          example: success
          description: Execution state; success indicates that parsing completed successfully.
        results:
          type: array
          example: 'Please check the form: DocumentResultItem'
          description: Structured JSONL data; each element represents one document region. An empty array is returned when output_format=markdown.
          items:
            $ref: '#/components/schemas/L016DocumentsDocParsing_DocumentResultItem'
        markdown:
          type: string
          example: 'TECHNICAL FIELD


            The present disclosure relates to...'
          description: Complete Markdown summary. Returned when output_format is both or markdown; omitted when output_format=jsonl.
        file_type:
          type: string
          example: pdf
          description: Input file type inferred from the uploaded filename extension.
        total_pages:
          type: integer
          format: int32
          example: 12
          description: Total number of pages; always 1 for an image.
      required:
      - state
      - results
      - file_type
      - total_pages
    AI72AgentBatchHistory_HistoryRecordsResponseDTO:
      type: object
      properties:
        page:
          type: integer
          format: int32
          example: 1
          description: Current page number
        limit:
          type: integer
          format: int32
          example: 20
          description: Records per page
        total:
          type: integer
          format: int64
          example: 100
          description: Total number of records
        history_maps:
          type: array
          example:
          - data:
            - id: 2a7a4ddd-7f5d-4266-a96e-13a57095db79
              link: /ai/agent-flow/2a7a4ddd-7f5d-4266-a96e-13a57095db79
              time: '13:58'
              source: AI_GENERATE
              message: '如何提高锂电池能量密度到260瓦时/千克(Wh/kg)且体积没有变大 热管理安全阈值

                ,材料成本上限

                ,生产工艺兼容性 '
              rawType: ai_generate
              icon_url: https://qa-patsnap-import-workspace.cdn.zhihuiya.com/agent/9b6135cd012c425e84edf84e6b03e366-image.jpeg
              icon_path: agent/9b6135cd012c425e84edf84e6b03e366-image.jpeg
              created_at: 23 Oct 2025 13:58
              business_id: 2a7a4ddd-7f5d-4266-a96e-13a57095db79
              business_name: Technical Solution Exploration
            - id: 2570aeaf-7999-430b-9bef-c43fcda4d928
              link: /ai/agent-flow/2570aeaf-7999-430b-9bef-c43fcda4d928
              time: '13:39'
              source: AI_GENERATE
              message: '如何提高锂电池能量密度到260瓦时/千克(Wh/kg)且体积没有变大 热管理安全阈值

                ,材料成本上限

                ,生产工艺兼容性 '
              rawType: ai_generate
              icon_url: https://qa-patsnap-import-workspace.cdn.zhihuiya.com/agent/9b6135cd012c425e84edf84e6b03e366-image.jpeg
              icon_path: agent/9b6135cd012c425e84edf84e6b03e366-image.jpeg
              created_at: 23 Oct 2025 13:39
              business_id: 2570aeaf-7999-430b-9bef-c43fcda4d928
              business_name: Technical Solution Exploration
            date: '2025-10-23'
          description: History records grouped by date
          items:
            $ref: '#/components/schemas/AI72AgentBatchHistory_DailyRecordsDTO'
    AI01NerDdtNer_NerDDTResult:
      type: object
      properties:
        end:
          type: integer
          format: int32
          example: 53
          description: NER end position
        type:
          type: string
          example: Drug
          description: entity type
        start:
          type: integer
          format: int32
          example: 26
          description: NER start position
        entity:
          type: string
          example: Anti-CD19 4-1BB CAR T Cells
          description: entity name
    AI72AgentHistory_HistoryRecordsDTO:
      type: object
      properties:
        q:
          type: string
          example: quantum computing AND artificial intelligence
          description: Query keywords or query string
        id:
          type: string
          example: 2a7a4ddd-7f5d-4266-a96e-13a57095db79
          description: History record ID
        efq:
          type: string
          example: APD:[20230101 TO 20231231]
          description: Extended field query
        link:
          type: string
          example: /ai/agent-flow/2a7a4ddd-7f5d-4266-a96e-13a57095db79
          description: Link URL for the history record
        time:
          type: string
          example: '13:58'
          description: 'Created time (hour:minute only) in format: HH:mm'
        count:
          type: object
          example:
            total: 1500
            granted: 800
            application: 700
          description: Search result count statistics (patent count, etc.)
        source:
          type: string
          example: AI_GENERATE
          description: History record source
        message:
          type: string
          example: 如何提高锂电池能量密度到260瓦时/千克(Wh/kg)且体积没有变大 热管理安全阈值\n,材料成本上限\n,生产工艺兼容性
          description: Message or description of the history record
        icon_url:
          type: string
          example: https://qa-patsnap-import-workspace.cdn.zhihuiya.com/agent/9b6135cd012c425e84edf84e6b03e366-image.jpeg
          description: Full URL of the icon
        raw_type:
          type: string
          example: ai_generate
          description: History record type
        icon_path:
          type: string
          example: agent/9b6135cd012c425e84edf84e6b03e366-image.jpeg
          description: Icon path
        patent_id:
          type: string
          example: US20240123456A1
          description: Patent ID
        created_at:
          type: string
          example: 23 Oct 2025 13:58
          description: 'Created time in format: yyyy-MM-dd HH:mm or dd MMM yyyy HH:mm'
        extra_info:
          type: object
          example:
            region: US
            category: technology
          description: Extra information
        business_id:
          type: string
          example: 2a7a4ddd-7f5d-4266-a96e-13a57095db79
          description: Business ID (e.g., seekId, mindId, researchId)
        business_name:
          type: string
          example: Technical Solution Exploration
          description: Business name
    AI30PatentSimilarPatentComparison_Label:
      type: object
      properties:
        sn:
          type: integer
          format: int32
          example: 39
          description: 'Passage number of the relevant section Note: ''0'' represents the passage number that is not marked.'
        passage:
          type: string
          example: <cn>本发明所述的有益效果:本发明可以实现车辆的常规行驶、四轮转向、斜行、驻车行驶以及原地中心转向,转向模式丰富,实用性强;通过单独的转向模式或者不同转向模式间的组合和切换控制,可以实现车辆更为灵活的变道超车、路边侧方停车等非常实用的功能,这是常规车辆所无法实现的;通过车辆的原地中心转向和大转角四轮转向,使得车辆能够在狭小的仓库、巷道、车道内快速灵活地掉头,具有极高的机动灵活性。</cn><us>In some disclosed example mechanically actuated controllers the response of the coil to the position of the conductive target when the conductive target is between the second region and the second position is monotonic</us>
          description: similar paragraphs
        section:
          type: string
          example: description
          description: 'The source of the relevant section, including description and claim. Note: ''description'' refers to the relevant section sourced from the descriptions, ''claim'' refers to the relevant section sourced from the claims.'
        sentence:
          type: array
          example: <cn>["提升车辆转向和掉头便利性。","能够实现原地转向功能,"]</cn><us>["In some disclosed example mechanically actuated controllers the response of the coil to the position of the conductive target when the conductive target is between the second region and the second position is monotonic。"]</us>
          description: similar clauses
    AI88-2CompanyMonitorAggregatedInfo_OtherCountItem:
      type: object
      properties:
        name:
          type: string
          example: 其他
          description: Other group name
        count:
          type: integer
          format: int32
          example: 1
          description: Group count
        groups:
          type: array
          example:
          - title: 正极材料结构稳定性与热安全性提升
            summary: 该技术采用**聚苯胺-聚乙二醇共聚物**对镍钴锰酸锂正极材料进行表面包覆,通过乳液聚合、混合球磨、低温烧结等工艺形成导电聚合物包覆层。该包覆层能够有效抑制正极材料在循环过程中的结构重组和颗粒碎裂,同时阻止过渡金属离子溶解,显著改善材料的热稳定性。
            paper_ids: []
            patent_ids:
            - beac66e8-2c3a-4e00-a0f7-c7f2f33c728a
            tech_differences: 相比传统无机包覆材料,**导电聚合物包覆**既保证了离子传导又提供结构保护,在2.8-4.4V高电压下循环性能更优,制备工艺相对简单且成本较低
          description: Group Info
          items:
            $ref: '#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_GroupItem'
        low_score:
          $ref: '#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_LowScore'
        group_count:
          type: integer
          format: int32
          example: 1
          description: Group count
        overall_summary:
          type: string
          example: 分组总结
          description: Other multiple group summary, empty content
    AI31PatentPatentCoreInventionPoints_PatentCoreInventionPointsResponse:
      type: object
      properties:
        pn:
          type: string
          example: CN108001293B
          description: patent publication number
        patent_id:
          type: string
          example: e7b3df69-0f30-4ad3-a753-538e362fd524
          description: patentID
        core_invention_points:
          $ref: '#/components/schemas/AI31PatentPatentCoreInventionPoints_Sentence'
        enhancement_proposals:
          $ref: '#/components/schemas/AI31PatentPatentCoreInventionPoints_Sentence'
    L017DocumentsLayoutParsing_LayoutResultItem:
      type: object
      properties:
        url:
          type: string
          format: uri
          example: https://oss.example.com/doc/0_2.png?sign=...
          description: Cropped-region URL. Null when include_crop_urls=false; when true, URLs are primarily provided for chemical structures and figures.
        bbox:
          type: array
          example:
          - 0.16
          - 0.18
          - 0.37
          - 0.2
          - 0.9
          description: Normalized coordinates [x1, y1, x2, y2, confidence].
        page:
          type: integer
          format: int32
          example: 0
          description: Zero-based page index.
        type:
          type: string
          example: figure
          description: Original region type produced by the layout model.
        content:
          type: string
          example: 'null'
          description: Always null because layout-only mode does not run OCR.
      required:
      - bbox
      - page
      - type
    L016DocumentsDocParsingRequest:
      type: object
      properties:
        file:
          type: file
          example: maximum 20MB
          description: 'File to parse. Supported types: png, jpg, jpeg, pdf, doc, docx, ppt, pptx, xls, and xlsx. Each file must not exceed 20 MB or 200 pages.'
        output_format:
          type: string
          example: markdown
          description: 'Output format: both returns structured JSONL data and Markdown; jsonl returns structured JSONL data only; markdown returns Markdown only. The returned image link is a signed link with a validity period of 7 days. Defaults to markdown if not specified.'
      required:
      - file
    AI30PatentSimilarPatentComparison_SimilarPatent:
      type: object
      properties:
        pn:
          type: string
          example: CN108001293B
          description: patent publication number
        means:
          type: array
          example: 'Please check the form: Label'
          description: similar means
          items:
            $ref: '#/components/schemas/AI30PatentSimilarPatentComparison_Label'
        score:
          type: number
          format: float
          example: 0.9
          description: similarity
        efficacy:
          type: array
          example: 'Please check the form: Label'
          description: similar efficacy
          items:
            $ref: '#/components/schemas/AI30PatentSimilarPatentComparison_Label'
        patent_id:
          type: string
          example: 9c341cca-3aca-4003-8bc0-ada07f3702f8
          description: patent ID
    AI72AgentHistory_DailyRecordsDTO:
      type: object
      properties:
        data:
          type: array
          example:
          - id: 2a7a4ddd-7f5d-4266-a96e-13a57095db79
            link: /ai/agent-flow/2a7a4ddd-7f5d-4266-a96e-13a57095db79
            time: '13:58'
            source: AI_GENERATE
            message: '如何提高锂电池能量密度到260瓦时/千克(Wh/kg)且体积没有变大 热管理安全阈值

              ,材料成本上限

              ,生产工艺兼容性 '
            rawType: ai_generate
            icon_url: https://qa-patsnap-import-workspace.cdn.zhihuiya.com/agent/9b6135cd012c425e84edf84e6b03e366-image.jpeg
            icon_path: agent/9b6135cd012c425e84edf84e6b03e366-image.jpeg
            created_at: 23 Oct 2025 13:58
            business_id: 2a7a4ddd-7f5d-4266-a96e-13a57095db79
            business_name: Technical Solution Exploration
          description: List of history records for this date
          items:
            $ref: '#/components/schemas/AI72AgentHistory_HistoryRecordsDTO'
        date:
          type: string
          example: '2025-10-23'
          description: 'Date in format: yyyy-MM-dd'
    AI31PatentPatentCoreInventionPointsResponse:
      type: object
      properties:
        data:
          $ref: '#/components/schemas/AI31PatentPatentCoreInventionPoints_PatentCoreInventionPointsResponse'
        status:
          type: boolean
          example: 'false'
          description: Status
        error_msg:
          type: string
          example: The request parameter format is incorrect!
          description: Error Message
        error_code:
          type: integer
          example: '0'
          description: Error Code
      required:
      - status
      - error_code
    AI88-2CompanyMonitorAggregatedInfo_GroupTechInfoItem:
      type: object
      properties:
        item_id:
          type: string
          example: e3458499-f03c-474b-863a-01d30545cf1a
          description: Tech ID
        item_info:
          type: object
          example:
            pn: CN119092837A
            doi: 10.1016/j.jechem.2024.02.069
            abst: <div p='0' i='0'>本发明涉及锂离子电池制造领域,具体为一种适合在宽温区使用的复合锰基锂电池的制备方法。该方法包括正极制备、负极制备和复合锰基锂电池制备,采用锰酸锂、磷酸锰铁锂、导电剂、粘结剂等依次制得正极浆料、正极卷料和正极片,采用人造石墨、增稠剂、导电剂、粘结剂等依次制得负极浆料、负极卷料和负极片;两个正极片、负极片和隔膜组成的芯包进行连续超声焊接,装入铝壳体内,激光焊接将盖板和铝壳体熔为一个整体,经注液、化成、老化,制得能够适合宽温区使用的复合锰基锂电池,能够在‑40℃~55℃宽温区内持续稳定工作,解决了磷酸铁锂电池能量密度低、

# --- truncated at 32 KB (132 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/patsnap/refs/heads/main/openapi/patsnap-others-api-openapi.yml