[AI73-4]Find Solutions (Materials)-Get Thinking Response

post
https://connect.patsnap.com/ai/material/find-solution/thinking
Try in Sandbox

Get AI thinking process, including problem analysis, direction decomposition, literature search, etc.

Request Parameters

List of parameters supported by this API endpoint

NameTypeExampleDescription
task_id
Required
string80d440b7-80a5-4233-a75f-ab72b0885c88
Unique task identifier, returned by submit task API

Response Schema

Structure of the API response data

Field NameTypeExampleDescription
data
object-
response data
status
stringSUCCEED
Return status value(SUCCEED,RUNNING,FAILED)
board_id
string51a9eba9cd984bc3b474550830dc832a
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
stringCN101263125A
Patent number
apd
string2006-10-18
Application date
pbd
string2006-10-19
Publication date
link
stringhttps://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
stringproj-12345
Project ID
solution_id
string172d02c0-aa4d-48f3-9c05-8bffeb0ee138
Solution ID
project_name
stringUV Protection Materials Research
Project name
solution_type
stringPATENT
Solution type
solution_sub_type
stringINVENTION
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
stringMaterials Science - Cosmetic Formulation and UV Protection Materials
Domain
problem_title
stringEnhanced 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
stringUVA Protection Factor
Metric
target
stringEnhanced UVA protection compared to baseline ZnO formulation
Target
priority
stringhigh
Priority
validation_method
stringIn vitro UV transmission spectroscopy and critical wavelength determination
Validation method
refined_statement
stringDevelop 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
stringZinc 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
stringEnvironmental Stability
Category
description
stringFormulation must maintain chemical and physical stability under high temperature and high humidity conditions without degradation of UV protection efficacy
Description
impact_level
stringhigh
Impact level
performance_requirements
array[ { "unit": "nm", "parameter": "UV Protection Range", "tolerance": "±5nm", "target_value": "290-400nm" } ]
Performance requirements list
unit
stringnm
Unit
parameter
stringUV Protection Range
Parameter name
tolerance
string±5nm
Tolerance
target_value
string290-400nm
Target value
status
Required
booleanfalse
Status
error_msg
stringThe request parameter format is incorrect!
Error Message
error_code
Required
integer0
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 CodeDescription
68300004Invalid parameter!
68300005Search api failure!
68300006Analytic basic access error!
68300007Bad request!
68300008Service error, please try again later!
68300010The file does not comply with upload specifications!

Platform Errors

Error CodeDescription
67200000API call exceeds the total limit set by the platform!
67200001API call exceeds the total limit set by the platform!
67200002The current call rate is too fast, exceeding the current configuration limit QPS!
67200003The key and secret parameters for applying for the token are incorrect or the client has been disabled!
67200004The requested api does not have permission. Please contact our support personnel!
67200005Insufficient account balance/number of calls!
67200006The client has exceeded the activation validity period!
67200007The current call exceeds the configured usage limit of the day!
67200008Please check if the required apikey in the query parameter has been transmitted!
67200009The apikey does not match the passed bearerToken. Please check if a valid token is being used!
67200012The request is illegal!
67200100The current server status is busy, request response timeout!
67200101The API requested currently does not exist. Please check the request path!

HTTP Status Codes

Status CodeDescription
0Success
201Created
401Unauthorized
403Forbidden
404Not Found

Performance Metrics

Expected performance characteristics for this endpoint

Normal Response Time

5000 ms

Max Response Time

10000 ms