POST /results/raw
Get the entire results section of a scientific paper, given a DOI or a PDF of a scientific paper.
Request
Content-Type: multipart/form-data
Accepted keys: doi
and file
JSON Body (if using DOI):
JSON Body (if uploading a PDF):
Note: If both a doi
and a file
key are present in the request, the API uses the file key by default.
Response
Last updated