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