{ "opencollection": "1.0.0", "info": { "name": "Patsnap Open Platform AI Translation Tech Solution Exploration(Materials) Tech Solution Exploration(Materials) Tech Solution Exploration(Materials) API", "version": "1.0.0" }, "items": [ { "info": { "name": "Tech Solution Exploration(Materials)", "type": "folder" }, "items": [ { "info": { "name": "AI73-2 Find Solutions (Materials)-Get Recommend Solution", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/ai/material/find-solution/recommend", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get recommended technical solutions by task ID." }, { "info": { "name": "AI73-3 Find Solutions (Materials)-Confirm Recommend Solution", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/ai/material/find-solution/confirm-recommend", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Confirm selected recommended solutions and start generating technical mind map." }, { "info": { "name": "AI73-1 Find Solutions (Materials)-Submit Task", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/ai/material/find-solution/submit", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Submit a material find solution task and return the task ID." }, { "info": { "name": "AI73-6 Find Solutions (Materials)-Get Citation Reference List", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/ai/material/find-solution/citation-reference-list", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get citation reference list of mind map node with pagination support." }, { "info": { "name": "AI73-7 Find Solutions (Materials)-Get Node Reference", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/ai/material/find-solution/node-reference", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get reference information of mind map node, including technical principle, engineering reliability, expected challenges, etc." }, { "info": { "name": "AI73-4 Find Solutions (Materials)-Get Thinking Response", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/ai/material/find-solution/thinking", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get AI thinking process, including problem analysis, direction decomposition, literature search, etc." }, { "info": { "name": "AI73-9 Find Solutions (Materials)-Get Solution", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/ai/material/find-solution/implementation-response", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get generated implementation plan content." }, { "info": { "name": "AI73-5 Find Solutions (Materials)-Get Mind Map", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/ai/material/find-solution/mind", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get generated material technical mind map data." }, { "info": { "name": "AI73-8 Find Solutions (Materials)-Generate Solution", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/ai/material/find-solution/implementation", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generate detailed implementation plan for specified node." } ] } ], "bundled": true }