{ "opencollection": "1.0.0", "info": { "name": "Patsnap Open Platform AI Translation LS Search API", "version": "1.0.0" }, "items": [ { "info": { "name": "LS Search", "type": "folder" }, "items": [ { "info": { "name": "B043 Medical News Search", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/synapse/news/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Obtain news about title, content, publish date etc." }, { "info": { "name": "B045 Medical Deal Search", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/synapse/drug-deal/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Obtain drug deal search information about partner, principle, deal time, drug etc." }, { "info": { "name": "B012 Clinical Trial Search", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/synapse/clinical-trial/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Obtain clinical trial through fields such as target, organization, disease, etc." }, { "info": { "name": "B044 clinical result search", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/synapse/ct-result/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Obtain clinical result through drug, target, disease, etc." }, { "info": { "name": "B009 Drug core patent search", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/synapse/patent/core/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Obtain core drug patents through drugs" }, { "info": { "name": "B007 Drug search", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/synapse/drug/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Obtain drugs through fields such as target, organization, disease, etc." }, { "info": { "name": "B011 Medical Literature Search", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/synapse/paper/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Obtain Literature through fields such as target, organization, disease, etc." }, { "info": { "name": "B069 Translational medicine search", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/synapse/translational/medicine/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Obtain translational medicine data through fields such as drug, target, disease, organization, subject, translation stage, journal, conference, etc." }, { "info": { "name": "B009-1 Drug core patent aggregation", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/synapse/patent/core/aggregation", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Obtain Aggregated information through drug, target, disease, etc." } ] } ], "bundled": true }