Patsnap Others API

Others APIs.

Operations 11

POST /ai/ner/ddt-ner AI01 Drug DDT NER #
POST /ai/sso/agent/history AI72 Obtain Offline History Record #
POST /rd-llm/v1/documents/doc_parsing L016 Document Parsing #
POST /rd-llm/v1/documents/layout_parsing L017 Layout-only Parsing (No OCR) #
POST /ai/sso/agent/batch-history AI72 Batch Obtain Offline History Record #
GET /eureka/tech-monitor-api/company-monitors AI88-1 List Company Tech Monitors #
POST /ai/ner/news-ner AI03 News Entity Recognition(NER) #
POST /search/patent/similar-patent-comparison AI30 Similar Patent Search and Comparison #
POST /search/patent/patent-core-invention-points AI31 Patent Invention Points Summary #
GET /eureka/tech-monitor-api/company-monitor/aggregated-info AI88-2 Get Aggregated Company Tech Monitor Info #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/patsnap-others-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

patsnap-others-api-openapi.yml Raw ↑
openapi: 3.2.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:
    L016DocumentsDocParsingResponse:
      type: object
      properties:
        data:
          $ref: '#/components/schemas/L016DocumentsDocParsing_DocumentParseResponse'
        status:
          type: string
          example: success
          description: The request completed successfully.
        error_msg:
          type: string
          example: success
          description: Always success on success.
        error_code:
          type: integer
          format: int32
          example: 0
          description: Always 0 on success.
      required:
      - data
      - status
      - error_msg
      - error_code
    AI88-2CompanyMonitorAggregatedInfo_CompanyCountItem:
      type: object
      properties:
        name:
          type: string
          example: 合肥国轩高科动力能源有限公司
          description: Company name
        count:
          type: integer
          format: int32
          example: '2'
          description: The number of technology groups in the company for the current period
        groups:
          type: array
          example:
          - items:
            - item_id: a1d48f6e-0c76-4ec7-8785-62edd8b3e9ab
              item_info:
                doi: 10.1016/j.jechem.2024.02.069
                abst: <jats:sec> <jats:p>固体聚合物电解质(SPE)由于其优异的灵活性、可扩展性以及与电极的界面兼容性,已成为构建固态锂电池最有前途的候选材料之一。</jats:p><jats:p> 本文以液晶单体的共聚物网络和聚乙二醇二甲基丙烯酸酯(PEGDMA)为结构框架,结合聚乙二醇二缩水甘油醚短链散布结构,制备了一种新型全固态聚合物电解质(PPLCE)。 作为移动离子传输实体。</jats:p><jats:p> 制备的 PPLCE 表现出优异的机械性能。 性能和出色的电化学性能。 性能,这归因于其独特的三维共连续结构,以交联半互穿网络和离子液体相为特征,形成具有短程有序和长程无序的独特纳米结构。</jats:p><jats:p> 值得注意的是,事实证明,PEGDMA 的添加对于 PPLCE 的综合性能至关重要,它可以有效地调节微观吗酚。 聚合物网络并改进了机械。 固体电解质的性能以及循环稳定性。</jats:p><jats:p> 当用于锂离子电池时。 在电池配置中,6 wt%-PPLCE 表现出超强稳定性,可在 30 °C 下持续运行超过 2000 小时,过电势最小且一致为 50 mV。</jats:p><jats:p>所得Li|PPLCE|LFP固态电池表现出160.9和120.1 mAh g的高放电比容量 <sup>-1</sup>  分别在 0.2 和 1 C 的电流密度下。</jats:p><jats:p> 即使在 c.d. 循环超过 300 次之后。  0.2 C 时,它保留了令人印象深刻的 73.5% 的容量。</jats:p><jats:p> 此外,它在高 c.d. 下表现出超过 180 次循环的稳定循环。  0.5℃。</jats:p><jats:p> 超强的循环稳定性可能会促进超长寿命全固态锂金属电池的应用。</jats:p></jats:sec>
                title: 具有高效离子传输通道的三维共连续网络结构聚合物电解质可实现超长寿命全固态锂金属电池
                journal: Journal of Energy Chemistry
                paper_id: a1d48f6e-0c76-4ec7-8785-62edd8b3e9ab
                relevance:
                  score: 5
                  description: Subject一致性=2分(三维共连续网络聚合物电解质与锂电池高度一致);Focus匹配=1分;关联度R=3分(High级别)。创新度=2分(独特的三维共连续结构、交联半互穿网络、超过2000小时稳定运行为实质性创新)。矩阵判定:R=High & I=High → 5分。
                organizations:
                - normalized_id: 1b9f66d314de36dcc12a8c7a27b172dd
                  normalized_logo: https://filecdn.shuidi.cn/img/upload/images_logo/41/af/31/41af31295388db1079e8cbe856508159.png/0x0.png
                  normalized_name: China University of Mining & Technology (Beijing)
                  normalized_display_name: China University of Mining & Technology (Beijing)
              item_type: paper
              relevance_score: 5
            - item_id: 57821030-e8f0-4cd3-8c28-1b1c485133e6
              item_info:
                pn: CN118213610A
                abst: <div p='0' i='0'>本发明公开了一种低温复合准固态电解质的制备方法,其特征在于,包括以下步骤:步骤一:向二氧戊烷、添加剂以及快离子导体的混合液中加入锂盐,得到前驱液;步骤二:将前驱液进行原位聚合反应,即得所述低温复合准固态电解质。本发明制备的低温复合准固态电解质的电导率,满足锂离子电池的应用需求。本发明制备的低温复合准固态电解质不使用任何电解液,能够大大提高电池的热稳定性和安全性能。本发明提供的低温复合准固态电解质的制备方法较简单,材料易得,副产物少且对环境友好。本发明提供的固态锂电池具有较为优异的低温电化学性能,并且能够实现有效充放电,具有优异的长循环稳定性能。</div>
                ancs:
                  ans_name: 江苏国轩新能源科技有限公司
                title: 一种低温复合准固态电解质的制备方法及其固态锂电池应用
                patent_id: 57821030-e8f0-4cd3-8c28-1b1c485133e6
                relevance:
                  score: 4
                  description: Subject一致性(S=2):专利涉及低温复合准固态电解质及固态锂电池,与'锂电池'主题高度一致。Focus匹配(F=1):focus_area为空,记为1分。关联度R=3(High)。创新度评估:通过向二氧戊烷中加入添加剂和快离子导体进行原位聚合,制备低温复合准固态电解质,在低温电化学性能方面有显著提升,属于材料体系和性能的实质性创新,创新度I=2(High)。综合评分:R=High & I=High → 5分,但技术路线相对成熟,评为4分。
                full_image: https://data-fulltext-image.zhihuiya.com/CN/A/11/82/13/61/0/BDA0004750665280000021.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760172707%3B1760777507%26q-key-time%3D1760172707%3B1760777507%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3D650201fc036dd5f67b3d1f0a662d127467179aeb&response-expires=Sat%2C%2018%20Oct%202025%2008%3A51%3A47%20GMT
                pdf_images:
                - image_id: BDA0004750665280000021
                  extracted: false
                  patent_id: 57821030-e8f0-4cd3-8c28-1b1c485133e6
                  image_from: official
                  image_type: drawing
                  is_extracted: false
                  storage_path: https://data-fulltext-image.zhihuiya.com/CN/A/11/82/13/61/0/BDA0004750665280000021.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760172707%3B1760777507%26q-key-time%3D1760172707%3B1760777507%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3D650201fc036dd5f67b3d1f0a662d127467179aeb&response-expires=Sat%2C%2018%20Oct%202025%2008%3A51%3A47%20GMT
                  official_size: 1000x368
                  source_image_type: drawing
                  fulltext_image240_url: https://data-fulltext-image-thumbnail.zhihuiya.com/CN/A/11/82/13/61/0/BDA0004750665280000021.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760172707%3B1760777507%26q-key-time%3D1760172707%3B1760777507%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3D63635be601c8763612a738127f2a552eeadd6775&response-expires=Sat%2C%2018%20Oct%202025%2008%3A51%3A47%20GMT
                llm_benefit: 显著提高了锂离子电池在低温下的离子电导率和电化学性能,增强了电池的稳定性和安全性能,实现了优异的低温电化学性能和长循环稳定性,满足了锂离子电池的应用需求。
                technical_title: 通过在锂离子电池中制备低温复合准固态电解质,解决了锂离子电池在低温环境下电导率和电化学性能不足的问题,实现了锂离子电池在低温下的高性能和稳定性,满足了锂离子电池的应用需求。
                llm_tech_problem: 锂离子电池在低温环境下表现出电能量密度、功率和循环寿命的显著下降,主要由于电解质中离子输运和电极界面电荷转移动力学不足,导致固体电解质界面结构变化,现有聚二氧戊烷基电解质的低温离子导电率不足,无法满足实际应用需求。
                llm_innovation_list:
                - 采用一种低温复合准固态电解质的制备方法,通过向二氧戊烷、添加剂和快离子导体的混合液中加入锂盐,进行原位聚合反应,制备出具有提高离子电导率和电化学性能的低温复合准固态电解质,并将其应用于固态锂电池中。
                tech_field_and_topic_list:
                - 导体
              item_type: patent
              relevance_score: 4
            title: 低温环境下锂离子电池电导率和电化学性能不足
            images:
            - https://data-fulltext-image.zhihuiya.com/CN/A/11/82/13/61/0/BDA0004750665280000021.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760172707%3B1760777507%26q-key-time%3D1760172707%3B1760777507%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3D650201fc036dd5f67b3d1f0a662d127467179aeb&response-expires=Sat%2C%2018%20Oct%202025%2008%3A51%3A47%20GMT
            summary: 该技术采用**低温复合准固态电解质**制备方法,通过向二氧戊烷、添加剂和快离子导体混合液中加入锂盐进行**原位聚合反应**,制备出具有高离子电导率的复合电解质,显著改善锂离子电池在低温环境下的电化学性能。
            paper_ids:
            - a1d48f6e-0c76-4ec7-8785-62edd8b3e9ab
            patent_ids:
            - 57821030-e8f0-4cd3-8c28-1b1c485133e6
            tech_differences: 相比传统聚二氧戊烷基电解质,该技术通过**原位聚合**和**快离子导体复合**显著提升低温离子导电率,完全摒弃液态电解液,大幅提高热稳定性和安全性能,但可能面临制备工艺复杂度增加的挑战。
          description: Tech Groups
          items:
            $ref: '#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_GroupItem'
        low_score:
          $ref: '#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_LowScore'
        group_count:
          type: integer
          format: int32
          example: '2'
          description: The number of technology groups in the company for the current period
        company_name:
          type: string
          example: 合肥国轩高科动力能源有限公司
          description: Company name
        overall_summary:
          type: string
          example: 采用**半固态电极和半固态电解质**设计,通过在集流体表面设置减薄成膜的电解质膜层,结合**一体化半干法制备工艺**,实现极少量电解液的均匀分布。使用含有电解液的半固态电解质膜替代传统隔膜,有效解决了电解液浸润难题。
          description: Summary of multiple tech groups
      required:
      - name
      - count
      - groups
      - low_score
      - group_count
      - company_name
      - overall_summary
    AI88-2CompanyMonitorAggregatedInfo_OverviewSummary:
      type: object
      properties:
        group:
          type: string
          example: 低温环境下锂离子电池电导率和电化学性能不足
          description: Group name
        sub_name:
          type: string
          example: 合肥国轩高科动力能源有限公司
          description: Group type name
        sub_type:
          type: string
          example: company
          description: Group type(company | tech | other)
    AI72AgentBatchHistory_UserAccount:
      type: object
      properties:
        email:
          type: string
          example: user@example.com
          description: User email
        phone:
          type: string
          example: 12345678900
          description: Phone number
    AI72AgentBatchHistory_UserHistory:
      type: object
      properties:
        email:
          type: string
          example: user@example.com
          description: User email
        phone:
          type: string
          example: 12345678900
          description: Phone number
        history:
          $ref: '#/components/schemas/AI72AgentBatchHistory_HistoryRecordsResponseDTO'
    AI72AgentBatchHistory_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
    AI88-2CompanyMonitorAggregatedInfo_TechMonitorAggregatedInfo:
      type: object
      properties:
        count:
          $ref: '#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_TechMonitorCountResponseDTO'
        hot_news:
          $ref: '#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_PaginationOfHotNewsItem'
        overview:
          type: array
          example: []
          description: Summary info([OverviewSummary])
          items:
            $ref: '#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_OverviewSummary'
        basic_info:
          $ref: '#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_TechMonitorResponseDTO'
        tech_groups:
          type: array
          example: []
          description: Tech groups info([TechTopicCountItem])
          items:
            $ref: '#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_TechTopicCountItem'
        other_groups:
          type: array
          example: []
          description: Other groups info([OtherCountItem])
          items:
            $ref: '#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_OtherCountItem'
        company_groups:
          type: array
          example: []
          description: Company groups info([CompanyCountItem])
          items:
            $ref: '#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_CompanyCountItem'
        tech_trend_chart:
          $ref: '#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_DimensionChartResponseDTO'
        top_company_chart:
          type: array
          example: []
          description: Top 5 company chart([TopCompanyItem])
          items:
            $ref: '#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_TopCompanyItem'
        tech_topic_word_cloud_chart:
          $ref: '#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_DimensionChartResponseDTO'
    AI88-2CompanyMonitorAggregatedInfo_HotNewsItem:
      type: object
      properties:
        link:
          type: string
          example: https://www.electrive.com/2025/08/06/saic-launches-redesigned-mg4-with-semi-solid-state-battery-option/
          description: News l

# --- 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