{ "opencollection": "1.0.0", "info": { "name": "Patsnap Open Platform AI Translation Biopharmaceutical Dictionary Data API", "version": "1.0.0" }, "items": [ { "info": { "name": "Biopharmaceutical Dictionary Data", "type": "folder" }, "items": [ { "info": { "name": "B058 Therapeutic area", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/synapse/disease/therapeutic-area", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Obtain therapeutic area about id, name etc." }, { "info": { "name": "B049 Drug type ID search", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/synapse/drug-type/autocomplete", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Input the drug type name and get the drug type ID" }, { "info": { "name": "B050 Disease ID search", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/synapse/disease/autocomplete", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Input the disease name and get the disease ID" }, { "info": { "name": "B051 Target ID search", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/synapse/target/autocomplete", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Input the target name and get the target ID" }, { "info": { "name": "B052 Organization ID search", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/synapse/organization/autocomplete", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Input the organization name and get the organization ID" }, { "info": { "name": "B054 Mechanism action ID search", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/synapse/mechanism-action/autocomplete", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Input the mechanism action name and get the mechanism action ID" }, { "info": { "name": "B055 Outcome ID search", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/synapse/outcome/autocomplete", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Input the outcome name and get the outcome ID" }, { "info": { "name": "B053 Drug ID search", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/synapse/drug/autocomplete", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Input the drug name and get the drug ID" }, { "info": { "name": "B056 Dictionary query", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/synapse/dictionary/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Obtain dictionary ID through entering keywords or selecting the dictionary type" }, { "info": { "name": "B056-1 Patent technology ID search", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/synapse/patent/technology/autocomplete", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Input the patent technology name and get the patent technology ID" } ] } ], "bundled": true }