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