Patsnap Tech Solution Exploration(Materials) API
Tech Solution Exploration(Materials) APIs.
Tech Solution Exploration(Materials) APIs.
openapi: 3.1.0
info:
title: Patsnap Open Platform AI Translation Tech Solution Exploration(Materials) 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: Tech Solution Exploration(Materials)
description: Tech Solution Exploration(Materials) APIs.
paths:
/ai/material/find-solution/recommend:
post:
operationId: ai73-2FindSolutionRecommend
summary: AI73-2 Find Solutions (Materials)-Get Recommend Solution
description: Get recommended technical solutions by task ID.
tags:
- Tech Solution Exploration(Materials)
security:
- bearerAuth: []
responses:
'200':
description: Successful ai73-2 find solutions (materials)-get recommend solution response.
content:
application/json:
schema:
$ref: '#/components/schemas/AI73-2FindSolutionRecommendResponse'
'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/material/find-solution/recommend
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/AI73-2FindSolutionRecommendRequest'
/ai/material/find-solution/confirm-recommend:
post:
operationId: ai73-3FindSolutionConfirmRecommend
summary: AI73-3 Find Solutions (Materials)-Confirm Recommend Solution
description: Confirm selected recommended solutions and start generating technical mind map.
tags:
- Tech Solution Exploration(Materials)
security:
- bearerAuth: []
responses:
'200':
description: Successful ai73-3 find solutions (materials)-confirm recommend solution response.
content:
application/json:
schema:
$ref: '#/components/schemas/AI73-3FindSolutionConfirmRecommendResponse'
'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/material/find-solution/confirm-recommend
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/AI73-3FindSolutionConfirmRecommendRequest'
/ai/material/find-solution/submit:
post:
operationId: ai73-1FindSolutionSubmit
summary: AI73-1 Find Solutions (Materials)-Submit Task
description: Submit a material find solution task and return the task ID.
tags:
- Tech Solution Exploration(Materials)
security:
- bearerAuth: []
responses:
'200':
description: Successful ai73-1 find solutions (materials)-submit task response.
content:
application/json:
schema:
$ref: '#/components/schemas/AI73-1FindSolutionSubmitResponse'
'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/material/find-solution/submit
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/AI73-1FindSolutionSubmitRequest'
/ai/material/find-solution/citation-reference-list:
post:
operationId: ai73-6FindSolutionCitationReferenceList
summary: AI73-6 Find Solutions (Materials)-Get Citation Reference List
description: Get citation reference list of mind map node with pagination support.
tags:
- Tech Solution Exploration(Materials)
security:
- bearerAuth: []
responses:
'200':
description: Successful ai73-6 find solutions (materials)-get citation reference list response.
content:
application/json:
schema:
$ref: '#/components/schemas/AI73-6FindSolutionCitationReferenceListResponse'
'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/material/find-solution/citation-reference-list
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/AI73-6FindSolutionCitationReferenceListRequest'
/ai/material/find-solution/node-reference:
post:
operationId: ai73-7FindSolutionNodeReference
summary: AI73-7 Find Solutions (Materials)-Get Node Reference
description: Get reference information of mind map node, including technical principle, engineering reliability, expected challenges, etc.
tags:
- Tech Solution Exploration(Materials)
security:
- bearerAuth: []
responses:
'200':
description: Successful ai73-7 find solutions (materials)-get node reference response.
content:
application/json:
schema:
$ref: '#/components/schemas/AI73-7FindSolutionNodeReferenceResponse'
'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/material/find-solution/node-reference
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/AI73-7FindSolutionNodeReferenceRequest'
/ai/material/find-solution/thinking:
post:
operationId: ai73-4FindSolutionThinking
summary: AI73-4 Find Solutions (Materials)-Get Thinking Response
description: Get AI thinking process, including problem analysis, direction decomposition, literature search, etc.
tags:
- Tech Solution Exploration(Materials)
security:
- bearerAuth: []
responses:
'200':
description: Successful ai73-4 find solutions (materials)-get thinking response response.
content:
application/json:
schema:
$ref: '#/components/schemas/AI73-4FindSolutionThinkingResponse'
'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/material/find-solution/thinking
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/AI73-4FindSolutionThinkingRequest'
/ai/material/find-solution/implementation-response:
post:
operationId: ai73-9FindSolutionImplementationResponse
summary: AI73-9 Find Solutions (Materials)-Get Solution
description: Get generated implementation plan content.
tags:
- Tech Solution Exploration(Materials)
security:
- bearerAuth: []
responses:
'200':
description: Successful ai73-9 find solutions (materials)-get solution response.
content:
application/json:
schema:
$ref: '#/components/schemas/AI73-9FindSolutionImplementationResponseResponse'
'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/material/find-solution/implementation-response
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/AI73-9FindSolutionImplementationResponseRequest'
/ai/material/find-solution/mind:
post:
operationId: ai73-5FindSolutionMind
summary: AI73-5 Find Solutions (Materials)-Get Mind Map
description: Get generated material technical mind map data.
tags:
- Tech Solution Exploration(Materials)
security:
- bearerAuth: []
responses:
'200':
description: Successful ai73-5 find solutions (materials)-get mind map response.
content:
application/json:
schema:
$ref: '#/components/schemas/AI73-5FindSolutionMindResponse'
'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/material/find-solution/mind
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/AI73-5FindSolutionMindRequest'
/ai/material/find-solution/implementation:
post:
operationId: ai73-8FindSolutionImplementation
summary: AI73-8 Find Solutions (Materials)-Generate Solution
description: Generate detailed implementation plan for specified node.
tags:
- Tech Solution Exploration(Materials)
security:
- bearerAuth: []
responses:
'200':
description: Successful ai73-8 find solutions (materials)-generate solution response.
content:
application/json:
schema:
$ref: '#/components/schemas/AI73-8FindSolutionImplementationResponse'
'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/material/find-solution/implementation
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/AI73-8FindSolutionImplementationRequest'
components:
schemas:
AI73-5FindSolutionMind_EurekaMindCellReference:
type: object
properties:
cell:
type: string
example: 0f26fa4e9305ef86db199ba4d116f233
description: Unique identifier of the referenced node
required:
- cell
AI73-5FindSolutionMind_EurekaMindCell:
type: object
properties:
id:
type: string
example: 0f26fa4e9305ef86db199ba4d116f233
description: Unique identifier of the node
data:
$ref: '#/components/schemas/AI73-5FindSolutionMind_EurekaMindCellData'
size:
$ref: '#/components/schemas/AI73-5FindSolutionMind_EurekaMindSize'
view:
type: string
example: vue-shape-view
description: View type, defining how the node is rendered
shape:
type: string
example: idea-node
description: Node shape type, such as idea-node, solution-node, default-edge, etc.
source:
$ref: '#/components/schemas/AI73-5FindSolutionMind_EurekaMindCellReference'
target:
$ref: '#/components/schemas/AI73-5FindSolutionMind_EurekaMindCellReference'
z_index:
type: integer
format: int32
example: 1000
description: Layer index of the node on the Z-axis
position:
$ref: '#/components/schemas/AI73-5FindSolutionMind_EurekaMindPosition'
AI73-4FindSolutionThinking_MaterialThinkingResponse:
type: object
properties:
status:
type: string
example: SUCCEED
description: Return status value(SUCCEED,RUNNING,FAILED)
board_id:
type: string
example: 51a9eba9cd984bc3b474550830dc832a
description: Mind map board ID
direction:
type: object
example:
data:
status: FINISH
stream_message:
ac21b332-b8e8-4222-97b1-f2f0288544f8:
brief:
name: Hierarchical Dispersion Control
description: This direction addresses...
ac21b332-b8e8-4222-97b1-f2f0288544f8_details: Engineering polymer matrices...
status: true
error_code: 0
description: Technical direction information
references:
$ref: '#/components/schemas/AI73-4FindSolutionThinking_MindMaterialReferenceResponse'
problem_statement:
$ref: '#/components/schemas/AI73-4FindSolutionThinking_ProblemStatementResponse'
AI73-5FindSolutionMind_FindSolutionResultResponseV3:
type: object
properties:
status:
type: string
example: SUCCEED
description: Return status value(SUCCEED,RUNNING,FAILED)
solution:
$ref: '#/components/schemas/AI73-5FindSolutionMind_EurekaMindData'
AI73-7FindSolutionNodeReference_MaterialNodeReferenceBO:
type: object
properties:
expected_challenge:
type: array
example:
- 成本方面,两亲性嵌段共聚物的合成工艺相对复杂,可能导致生产成本偏高<cite class="rounded-full bg-gray-hover px-2 py-0.5 mx-0.5 text-eureka-500 inline-flex items-center justify-center font-semibold" title="两亲共聚物在稳定屏蔽UV辐射的不溶性有机化合物分散体中的用途、用这些共聚物稳定的分散体和含有它们的化妆品组合物"><a href="/view/#/?patentId=172d02c0-aa4d-48f3-9c05-8bffeb0ee138" target="_blank">1</a></cite>。
description: List of expected challenges including potential technical difficulties and solution directions
technical_maturity:
type: array
example:
- 该技术已经过专利验证和实际应用,满足化妆品级原料标准<cite class="rounded-full bg-gray-hover px-2 py-0.5 mx-0.5 text-eureka-500 inline-flex items-center justify-center font-semibold" title="两亲共聚物在稳定屏蔽UV辐射的不溶性有机化合物分散体中的用途、用这些共聚物稳定的分散体和含有它们的化妆品组合物"><a href="/view/#/?patentId=172d02c0-aa4d-48f3-9c05-8bffeb0ee138" target="_blank">1</a></cite>。
description: List of technical maturity assessments including technology development stage and application maturity
technical_principle:
type: array
example:
- 该方案主要通过PDMS-PEG两亲性嵌段共聚物作为分散基质来改善ZnO的分散性和UV防护效果。其中疏水PDMS段与有机相相容,亲水PEG段通过氢键作用与ZnO表面-OH基团结合<cite class="rounded-full bg-gray-hover px-2 py-0.5 mx-0.5 text-eureka-500 inline-flex items-center justify-center font-semibold" title="两亲共聚物在稳定屏蔽UV辐射的不溶性有机化合物分散体中的用途、用这些共聚物稳定的分散体和含有它们的化妆品组合物"><a href="/view/#/?patentId=172d02c0-aa4d-48f3-9c05-8bffeb0ee138" target="_blank">1</a></cite>。
description: List of technical principles including basic principle descriptions and cited references
engineering_reliability:
type: array
example:
- 根据专利数据显示,该技术可实现<100nm、PDI<0.3的高固含(~20wt%)透明分散体<cite class="rounded-full bg-gray-hover px-2 py-0.5 mx-0.5 text-eureka-500 inline-flex items-center justify-center font-semibold" title="两亲共聚物在稳定屏蔽UV辐射的不溶性有机化合物分散体中的用途、用这些共聚物稳定的分散体和含有它们的化妆品组合物"><a href="/view/#/?patentId=172d02c0-aa4d-48f3-9c05-8bffeb0ee138" target="_blank">1</a></cite>。
description: List of engineering reliability descriptions including technical specifications and reliability verification data
industry_application_cases:
type: array
example:
- 欧莱雅公司利用类似的两亲性共聚物技术成功开发出稳定性更好的防晒产品,显著改善了UV防护效果<cite class="rounded-full bg-gray-hover px-2 py-0.5 mx-0.5 text-eureka-500 inline-flex items-center justify-center font-semibold" title="两亲共聚物在稳定屏蔽UV辐射的不溶性有机化合物分散体中的用途、用这些共聚物稳定的分散体和含有它们的化妆品组合物"><a href="/view/#/?patentId=172d02c0-aa4d-48f3-9c05-8bffeb0ee138" target="_blank">1</a></cite>。
description: List of industry application cases including actual application scenarios and enterprise examples
AI73-9FindSolutionImplementationResponse_MaterialImplementationResponse:
type: object
properties:
status:
type: string
example: SUCCEED
description: Return status value(SUCCEED,RUNNING,FAILED)
markdown_message:
type: string
example: '# 过渡金属掺杂ZnO纳米粒子防晒剂实施策略\n\n本实施策略采用系统性实验设计(DoE)方法,旨在开发具有增强UVA防护能力的过渡金属掺杂ZnO纳米粒子防晒剂。\n\n## 实验设计目标与框架\n\n### 主要目标\n- 开发Fe、Mn或Cu掺杂的ZnO纳米粒子,实现UVA吸收扩展\n- 优化合成工艺参数以获得最佳光学性能\n- 验证产品的光稳定性和安全性\n- 建立可扩展的生产工艺\n\n### 设计选择:筛选-优化组合设计\n采用两阶段实验设计:初期筛选设计识别关键因子,后期响应面优化设计确定最佳工艺条件。\n\n## Steps\n\n### **阶段一:筛选实验设计**\n\n#### 实验因子与水平设置\n\n| 因子 | 低水平(-1) | 高水平(+1) | 单位 |\n|------|------------|------------|------|\n| 掺杂剂类型 | Fe | Cu | - |\n| 掺杂浓度 | 0.5 | 5.0 | mol% |\n| 合成方法 | 溶胶-凝胶 | 水热法 | - |\n| 反应温度 | 60 | 180 | °C |\n| 反应时间 | 2 | 24 | 小时 |\n| pH值 | 8 | 10 | - |\n\n#### 响应变量定义\n\n| 响应变量 | 目标 | 测量方法 |\n|----------|------|----------|\n| UVA吸收系数 | 最大化 | UV-Vis光谱 |\n| 粒径 | 20-50 nm | TEM/DLS |\n| 带隙宽度 | 最小化 | Tauc图分析 |\n| 晶体结构纯度 | 最大化 | XRD分析 |\n\n### **阶段二:优化实验设计**\n\n基于筛选结果,采用Box-Behnken响应面设计优化关键参数:\n\n#### 关键工艺参数优化\n- **溶胶-凝胶路径**:锌醋酸二水合物(0.1M) + 掺杂剂盐类\n- **前驱体制备**:乙醇/水混合溶剂系统\n- **沉淀控制**:NaOH调节pH至最优值\n- **热处理**:350-450°C煅烧优化\n\n#### 表面改性验证\n使用3-三甲氧基硅烷基丙基甲基丙烯酸酯进行表面功能化,提高聚合物基质相容性。\n\n### **阶段三:全面表征与验证**\n\n#### 结构表征协议\n- **XRD分析**:确认晶体结构和相纯度\n- **TEM成像**:验证粒径分布和形貌\n- **XPS分析**:确定掺杂剂氧化态\n- **UV-Vis光谱**:量化带隙窄化效应\n\n#### 性能评估标准\n- **光学性能**:UVA区域吸收增强≥30%\n- **光稳定性**:连续UV照射100小时后性能保持≥90%\n- **分散稳定性**:Zeta电位绝对值≥30mV\n\n### **阶段四:配方开发与应用测试**\n\n#### 防晒配方集成\n- 纳米粒子浓度优化(5-25 wt%)\n- 载体系统相容性评估\n- 流变性能调节\n- SPF值标准化测试\n\n## Development Timeline\n\n### **第一周:快速探索研发阶段**\n\n#### 第1-2天:材料准备与基础合成\n- 采购高纯度前驱体材料(锌醋酸、过渡金属盐类)\n- 建立标准合成协议\n- 完成首批样品制备(3种掺杂剂×2种浓度)\n\n#### 第3-4天:初步表征分析\n- UV-Vis光谱快速筛选\n- XRD相结构初步验证\n- 粒径分布测定\n\n#### 第5-7天:工艺参数优化\n- 基于初步结果调整合成条件\n- 完成筛选实验设计的关键实验点\n- 数据分析与最优条件识别\n\n### **第2-4周:系统优化阶段**\n\n#### 第2周:响应面优化实验\n- 执行Box-Behnken设计的27个实验点\n- 全面表征分析(XRD、TEM、XPS、UV-Vis)\n- 统计分析与模型建立\n\n#### 第3周:表面改性与功能化\n- 硅烷偶联剂改性优化\n- 分散稳定性评估\n- 聚合物基质相容性测试\n\n#### 第4周:性能验证与标准化\n- 光稳定性长期测试启动\n- 防晒效果SPF测试\n- 安全性初步评估\n\n### **第2-6月:中试放大阶段**\n\n#### 第2月:工艺放大设计\n- 反应器设计与工艺参数调整\n- 批次一致性验证\n- 质量控制体系建立\n\n#### 第3-4月:产品配方开发\n- 多种载体系统测试\n- 配方稳定性研究\n- 用户体验优化\n\n#### 第5-6月:法规认证准备\n- 安全性毒理学评估\n- 环境影响评估\n- 产品注册文件准备\n\n### **第7-12月:商业化准备阶段**\n\n#### 产业化生产线建设\n- 生产设备采购与安装\n- 自动化控制系统集成\n- 员工培训与认证\n\n#### 市场推广与客户验证\n- 样品分发与客户反馈\n- 市场定位与定价策略\n- 供应链体系建立\n\n## Risks and Mitigation\n\n### **技术风险**\n\n#### 掺杂剂分布不均匀性\n**风险描述**:过渡金属离子在ZnO晶格中分布不均可能导致光学性能不一致\n**缓解措施**:\n- 采用共沉淀-水热联合工艺确保均匀混合\n- 延长反应时间至充分扩散\n- 引入超声辅助混合技术\n\n#### 二次相形成风险\n**风险描述**:掺杂浓度超过固溶度极限可能形成杂质相\n**缓解措施**:\n- 严格控制掺杂浓度≤5 mol%\n- 实时XRD监测相纯度\n- 建立掺杂浓度-相纯度关联数据库\n\n### **材料供应风险**\n\n#### 原材料价格波动\n**风险描述**:过渡金属盐类价格受市场供需影响较大\n**缓解措施**:\n- 建立多供应商采购体系\n- 签订长期供货合同锁定价格\n- 开发替代掺杂剂方案\n\n#### 高纯度材料获取困难\n**风险描述**:高纯度前驱体材料供应可能受限\n**缓解措施**:\n- 与材料供应商建立战略合作关系\n- 建立原材料库存缓冲\n- 开发内部提纯工艺作为备选\n\n### **法规合规风险**\n\n#### 新材料安全认证周期长\n**风险描述**:过渡金属掺杂纳米材料可能面临严格的安全评估要求\n**缓解措施**:\n- 提前启动毒理学和生态毒性研究\n- 与监管机构保持密切沟通\n- 参考现有ZnO防晒剂的安全数据库\n\n#### 环境法规变化影响\n**风险描述**:纳米材料环境法规日趋严格可能影响产品上市\n**缓解措施**:\n- 建立环境影响全生命周期评估\n- 开发生物降解性增强技术\n- 制定环境友好型生产工艺\n\n### **市场竞争风险**\n\n#### 技术路线被替代\n**风险描述**:其他UVA防护技术可能提供更优解决方案\n**缓解措施**:\n- 持续技术创新和专利布局\n- 建立差异化竞争优势\n- 拓展应用领域降低单一市场依赖\n\n#### 成本竞争压力\n**风险描述**:传统防晒剂成本优势可能限制市场渗透\n**缓解措施**:\n- 通过规模化生产降低成本\n- 强调产品附加值和性能优势\n- 开发高端细分市场应用\n\n### **理想成果定义**\n\n#### 技术指标达成\n- UVA吸收系数提升≥30%相比纯ZnO\n- 粒径控制在20-50nm范围内\n- 光稳定性保持≥95%(100小时UV照射后)\n- 批次间性能一致性变异系数≤5%\n\n#### 商业化成功标准\n- 产品通过所有法规认证要求\n- 建立年产能≥100吨的生产线\n- 获得≥3家主要客户的长期供货合同\n- 实现产品毛利率≥40%\n\n#### 可持续发展目标\n- 生产过程废料回收率≥90%\n- 产品全生命周期碳足迹低于传统防晒剂20%\n- 建立完善的产品回收处理体系\n`'
description: Markdown text
AI73-3FindSolutionConfirmRecommendResponse:
type: object
properties:
data:
$ref: '#/components/schemas/AI73-3FindSolutionConfirmRecommend_AsyncTaskIdResponse'
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
AI73-4FindSolutionThinking_PerformanceRequirement:
type: object
properties:
unit:
type: string
example: nm
description: Unit
parameter:
type: string
example: UV Protection Range
description: Parameter name
tolerance:
type: string
example: ±5nm
description: Tolerance
target_value:
type: string
example: 290-400nm
description: Target value
AI73-6FindSolutionCitationReferenceListResponse:
type: object
properties:
data:
$ref: '#/components/schemas/AI73-6FindSolutionCitationReferenceList_TechMindReferenceListResponse'
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
AI73-5FindSolutionMindRequest:
type: object
properties:
task_id:
type: string
example: 80d440b7-80a5-4233-a75f-ab72b0885c88
description: Unique task identifier, returned by submit task API
required:
- task_id
AI73-7FindSolutionNodeReferenceResponse:
type: object
properties:
data:
$ref: '#/components/schemas/AI73-7FindSolutionNodeReference_MaterialNodeReferenceBO'
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
AI73-3FindSolutionConfirmRecommend_AsyncTaskIdResponse:
type: object
properties:
task_id:
type: string
example: 80d440b7-80a5-4233-a75f-ab72b0885c88
description: Unique task identifier for subsequent polling to get task results
required:
- task_id
AI73-5FindSolutionMind_EurekaMindSize:
type: object
properties:
width:
type: integer
format: int32
example: 300
description: Width of the node (pixels)
height:
type: integer
format: int32
example: 64
description: Height of the node (pixels)
AI73-4FindSolutionThinking_MindMaterialReferenceResponse:
type: object
properties:
references:
type: array
example:
- PBD: '2006-10-19'
TITLE: 两亲共聚物在稳定屏蔽UV辐射的不溶性有机化合物分散体中的用途
CONTENT: 两亲共聚物通过使用亲水性和疏水性块来稳定紫外线筛分剂的分散体
ORG_INFO:
- id: ebd39282a7fcc0690cef4b3c5b4ede59
display_name: 欧莱雅股份有限公司
normalized_display_name: 欧莱雅
SOLUTION_ID: 172d02c0-aa4d-48f3-9c05-8bffeb0ee138
SOLUTION_TYPE: PATENT
description: Reference literature list
items:
$ref: '#/components/schemas/AI73-4FindSolutionThinking_VectorSearchResponseDTO'
AI73-1FindSolutionSubmitRequest:
type: object
properties:
input:
type: string
example: 如何在不影响高温高湿环境下稳定性的前提下,改善氧化锌防晒霜的UVA防护效果,同时避免油腻残留?
description: Input problem description
lang:
type: string
example: cn
description: Language (cn/en)
required:
- input
- lang
AI73-5FindSolutionMind_EurekaMindData:
type: object
properties:
cells:
type: array
example:
type: MIND
cells:
- id: e5c1c262-5d1d-45a4-9f6a-d4b90514bf25
attrs:
line:
style:
animation: ''
shape: default-edge
source:
cell: 0f26fa4e9305ef86db199ba4d116f233
target:
cell: 4e2660fb9e04166b28b835c4d46c5bd1
z_index: 0
- id: 535c6080-37a8-4252-ba34-738d2d5d1716
attrs:
line:
style:
animation: ''
shape: default-edge
source:
cell: 4e2660fb9e04166b28b835c4d46c5bd1
target:
cell: 71121cc602c29ef51f1852fa1ed19492
z_index: 0
- id: 864b87cd-11db-46d4-8c17-4fd56218ca34
attrs:
line:
style:
animation: ''
shape: default-edge
source:
cell: 4e2660fb9e04166b28b835c4d46c5bd1
target:
cell: f13c9db921f402cc7efeb921397bd7c3
z_index: 0
- id: 58c6faf6-a00b-4afe-b28c-bac292d36b97
attrs:
line:
style:
animation: ''
shape: default-edge
source:
cell: 0f26fa4e9305ef86db199ba4d116f233
target:
cell: b72668368698fc1e332c74f62e31caa5
z_index: 0
- id: 7062f430-12f2-465c-9375-63bc7ef696a3
attrs:
line:
style:
animation: ''
shape: default-edge
source:
cell: b72668368698fc1e332c74f62e31caa5
target:
cell: a8fdf0d8af4c634b71b19afcce4bd42a
z_index: 0
- id: e962c969-2f74-41a2-872b-3f6ed3bfd90d
attrs:
line:
style:
animation: ''
shape: default-edge
source:
cell: 0f26fa4e9305ef86db199ba4d116f233
target:
cell: 3e7c78a117853517f893b41e167e1c9d
z_index: 0
- id: 60b347e5-8cd1-4325-bcf4-acdcd6182046
attrs:
line:
style:
animation: ''
shape: default-edge
source:
cell: 3e7c78a117853517f893b41e167e1c9d
target:
cell: c0b732846225a57790f5b6f533eae3b1
z_index: 0
- id: e2186f9b-37e4-4828-8493-13a44a4c48b6
attrs:
line:
style:
animation: ''
shape: default-edge
source:
cell: 3e7c78a117853517f893b41e167e1c9d
target:
# --- truncated at 32 KB (64 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/patsnap/refs/heads/main/openapi/patsnap-tech-solution-exploration-materials-api-openapi.yml