{ "opencollection": "1.0.0", "info": { "name": "Patsnap Open Platform AI Translation Literature Data API", "version": "1.0.0" }, "items": [ { "info": { "name": "Literature Data", "type": "folder" }, "items": [ { "info": { "name": "L011 Literature Author and Affiliation", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/literature/author-affiliation", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Receive literature author and affiliation by paper_id or doi." }, { "info": { "name": "L010 Literature Bibliographic Information", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/literature/bibliography", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Receive literature bibliography data by paper_id or doi." }, { "info": { "name": "L012 Literature Citation", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/literature/citation", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Receive literature citation data by paper_id or doi." }, { "info": { "name": "L014 Journal", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/literature/journal", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Receive literature citation data by paper_id or doi." }, { "info": { "name": "L001 Literature Search", "type": "http" }, "http": { "method": "POST", "url": "https://connect.patsnap.com/search/literature/query-search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Search and query our global literature database by entering the title, abstract, author, and other details of the literature." } ] } ], "bundled": true }