{ "opencollection": "1.0.0", "info": { "name": "Patsnap Open Platform AI Translation Feasibility Analysis Assistant API", "version": "1.0.0" }, "items": [ { "info": { "name": "Feasibility Analysis Assistant", "type": "folder" }, "items": [ { "info": { "name": "AI40-1 Solution feasibility analysis creation", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/ai/feasibility-analysis-creation", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Based on the input of a technical solution, generate an assistant assessment report for the feasibility analysis of that technical solution" }, { "info": { "name": "AI40-2 Solution feasibility analysis query", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/ai/feasibility-analysis-query", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Obtain the task results of the Feasibility Analysis Assistant through the task_id generated by [AI40-1]" } ] } ], "bundled": true }