[AI73-4]Find Solutions (Materials)-Get Thinking Response
Get AI thinking process, including problem analysis, direction decomposition, literature search, etc.
Request Parameters
List of parameters supported by this API endpoint
| Name | Type | Example | Description |
|---|---|---|---|
Required | string | 80d440b7-80a5-4233-a75f-ab72b0885c88 | Unique task identifier, returned by submit task API |
Response Schema
Structure of the API response data
| Field Name | Type | Example | Description |
|---|---|---|---|
data | object | - | response data |
status | string | SUCCEED | Return status value(SUCCEED,RUNNING,FAILED) |
board_id | string | 51a9eba9cd984bc3b474550830dc832a | Mind map board ID |
direction | object | {
"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
} | Technical direction information |
references | object | {
"references": [
{
"PBD": "2006-10-19",
"TITLE": "两亲共聚物在稳定屏蔽UV辐射的不溶性有机化合物分散体中的用途",
"CONTENT": "两亲共聚物通过使用亲水性和疏水性块来稳定紫外线筛分剂的分散体",
"SOLUTION_ID": "172d02c0-aa4d-48f3-9c05-8bffeb0ee138",
"SOLUTION_TYPE": "PATENT"
}
]
} | Reference literature list |
references | array | [
{
"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"
}
] | Reference literature list |
pn | string | CN101263125A | Patent number |
apd | string | 2006-10-18 | Application date |
pbd | string | 2006-10-19 | Publication date |
link | string | https://patents.google.com/patent/CN101263125A | Link |
title | string | 两亲共聚物在稳定屏蔽UV辐射的不溶性有机化合物分散体中的用途、用这些共聚物稳定的分散体和含有它们的化妆品组合物 | Title |
authors | object | [
{
"id": "author123",
"name": "Zhang San",
"organization": "Research Institute"
}
] | Authors information |
content | string | 两亲共聚物通过使用亲水性和疏水性块来稳定紫外线筛分剂的分散体,以解决稀释诱导的不稳定性并保持有效的皮肤保护。 | Content description |
org_info | object | [
{
"id": "ebd39282a7fcc0690cef4b3c5b4ede59",
"logo": "https://images.crunchbase.com/image/upload/t_cb-default-original/v1403242711/t27lgufvhpzm3myfhsic.jpg",
"display_name": "欧莱雅股份有限公司",
"normalized_display_name": "欧莱雅"
}
] | Organization information |
project_id | string | proj-12345 | Project ID |
solution_id | string | 172d02c0-aa4d-48f3-9c05-8bffeb0ee138 | Solution ID |
project_name | string | UV Protection Materials Research | Project name |
solution_type | string | PATENT | Solution type |
solution_sub_type | string | INVENTION | Solution sub type |
problem_statement | object | {
"domain": "Materials Science - Cosmetic Formulation and UV Protection Materials",
"problem_title": "Enhanced ZnO Sunscreen UVA Protection Optimization",
"refined_statement": "Develop an optimized zinc oxide-based sunscreen formulation..."
} | Problem statement analysis |
domain | string | Materials Science - Cosmetic Formulation and UV Protection Materials | Domain |
problem_title | string | Enhanced ZnO Sunscreen UVA Protection Optimization | Problem title |
success_criteria | array | [
{
"metric": "UVA Protection Factor",
"target": "Enhanced UVA protection compared to baseline ZnO formulation",
"priority": "high",
"validation_method": "In vitro UV transmission spectroscopy and critical wavelength determination"
}
] | Success criteria list |
metric | string | UVA Protection Factor | Metric |
target | string | Enhanced UVA protection compared to baseline ZnO formulation | Target |
priority | string | high | Priority |
validation_method | string | In vitro UV transmission spectroscopy and critical wavelength determination | Validation method |
refined_statement | string | Develop an optimized zinc oxide-based sunscreen formulation that enhances UVA protection effectiveness through strategic combination with organic UV filters while maintaining photochemical and thermal stability under high temperature and humidity conditions, and eliminating greasy residue formation on skin application. | Refined problem statement |
background_context | string | Zinc oxide (ZnO) is a widely used inorganic UV filter in sunscreens due to its broad-spectrum protection and photostability. However, current ZnO-based formulations face challenges in providing adequate UVA protection while maintaining stability under high temperature and humidity conditions. | Background context |
technical_constraints | array | [
{
"category": "Environmental Stability",
"description": "Formulation must maintain chemical and physical stability under high temperature and high humidity conditions without degradation of UV protection efficacy",
"impact_level": "high"
}
] | Technical constraints list |
category | string | Environmental Stability | Category |
description | string | Formulation must maintain chemical and physical stability under high temperature and high humidity conditions without degradation of UV protection efficacy | Description |
impact_level | string | high | Impact level |
performance_requirements | array | [
{
"unit": "nm",
"parameter": "UV Protection Range",
"tolerance": "±5nm",
"target_value": "290-400nm"
}
] | Performance requirements list |
unit | string | nm | Unit |
parameter | string | UV Protection Range | Parameter name |
tolerance | string | ±5nm | Tolerance |
target_value | string | 290-400nm | Target value |
statusRequired | boolean | false | Status |
error_msg | string | The request parameter format is incorrect! | Error Message |
error_codeRequired | integer | 0 | Error Code |
Success Response Example
Example of a successful API response
JSON
{
"data": {
"status": "SUCCEED",
"board_id": "51a9eba9cd984bc3b474550830dc832a",
"direction": {
"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
},
"references": {
"references": [
{
"pn": "CN101263125A",
"apd": "2006-10-18",
"pbd": "2006-10-19",
"link": "https://patents.google.com/patent/CN101263125A",
"title": "两亲共聚物在稳定屏蔽UV辐射的不溶性有机化合物分散体中的用途、用这些共聚物稳定的分散体和含有它们的化妆品组合物",
"authors": [
{
"id": "author123",
"name": "Zhang San",
"organization": "Research Institute"
}
],
"content": "两亲共聚物通过使用亲水性和疏水性块来稳定紫外线筛分剂的分散体,以解决稀释诱导的不稳定性并保持有效的皮肤保护。",
"org_info": [
{
"id": "ebd39282a7fcc0690cef4b3c5b4ede59",
"logo": "https://images.crunchbase.com/image/upload/t_cb-default-original/v1403242711/t27lgufvhpzm3myfhsic.jpg",
"display_name": "欧莱雅股份有限公司",
"normalized_display_name": "欧莱雅"
}
],
"project_id": "proj-12345",
"solution_id": "172d02c0-aa4d-48f3-9c05-8bffeb0ee138",
"project_name": "UV Protection Materials Research",
"solution_type": "PATENT",
"solution_sub_type": "INVENTION"
}
]
},
"problem_statement": {
"domain": "Materials Science - Cosmetic Formulation and UV Protection Materials",
"problem_title": "Enhanced ZnO Sunscreen UVA Protection Optimization",
"success_criteria": [
{
"metric": "UVA Protection Factor",
"target": "Enhanced UVA protection compared to baseline ZnO formulation",
"priority": "high",
"validation_method": "In vitro UV transmission spectroscopy and critical wavelength determination"
}
],
"refined_statement": "Develop an optimized zinc oxide-based sunscreen formulation that enhances UVA protection effectiveness through strategic combination with organic UV filters while maintaining photochemical and thermal stability under high temperature and humidity conditions, and eliminating greasy residue formation on skin application.",
"background_context": "Zinc oxide (ZnO) is a widely used inorganic UV filter in sunscreens due to its broad-spectrum protection and photostability. However, current ZnO-based formulations face challenges in providing adequate UVA protection while maintaining stability under high temperature and humidity conditions.",
"technical_constraints": [
{
"category": "Environmental Stability",
"description": "Formulation must maintain chemical and physical stability under high temperature and high humidity conditions without degradation of UV protection efficacy",
"impact_level": "high"
}
],
"performance_requirements": [
{
"unit": "nm",
"parameter": "UV Protection Range",
"tolerance": "±5nm",
"target_value": "290-400nm"
}
]
}
},
"status": true,
"error_code": 0
}Error Codes
List of possible error codes returned by this endpoint
Business Errors
| Error Code | Description |
|---|---|
68300004 | Invalid parameter! |
68300005 | Search api failure! |
68300006 | Analytic basic access error! |
68300007 | Bad request! |
68300008 | Service error, please try again later! |
68300010 | The file does not comply with upload specifications! |
Platform Errors
| Error Code | Description |
|---|---|
67200000 | API call exceeds the total limit set by the platform! |
67200001 | API call exceeds the total limit set by the platform! |
67200002 | The current call rate is too fast, exceeding the current configuration limit QPS! |
67200003 | The key and secret parameters for applying for the token are incorrect or the client has been disabled! |
67200004 | The requested api does not have permission. Please contact our support personnel! |
67200005 | Insufficient account balance/number of calls! |
67200006 | The client has exceeded the activation validity period! |
67200007 | The current call exceeds the configured usage limit of the day! |
67200008 | Please check if the required apikey in the query parameter has been transmitted! |
67200009 | The apikey does not match the passed bearerToken. Please check if a valid token is being used! |
67200012 | The request is illegal! |
67200100 | The current server status is busy, request response timeout! |
67200101 | The API requested currently does not exist. Please check the request path! |
HTTP Status Codes
| Status Code | Description |
|---|---|
0 | Success |
201 | Created |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
Performance Metrics
Expected performance characteristics for this endpoint
Normal Response Time
5000 ms
Max Response Time
10000 ms