This is something I should've started with,
As outlined in the docs, there are some free to use endpoints (as long as we respect ratelimits). Those include:
- Papers - Retrieve paper metadata
- endpoints:
- Get Paper (Get paper metadata for DOI) --
GET /papers/{doi}
- Get Papers (Get multiple papers; up to 500 papers can be requested at once by passing in a list of DOIs) --
GET /papers
- Get Papers by Target (Get papers citing a given DOI)--
GET /papers/sources/{target_doi}
- Tallies - Retrieve scite smart citation tallies (not quite sure what it means)
- endpoints:
- Get Tally (Get smart citation tally for given DOI) --
GET /tallies/{doi}
- Get Tallies (Get multiple smart citation tallies; up to 500 papers can be requested at once by passing in a list of DOIs) --
GET /tallies
This is something I should've started with,
As outlined in the docs, there are some free to use endpoints (as long as we respect ratelimits). Those include:
GET /papers/{doi}GET /papersGET /papers/sources/{target_doi}GET /tallies/{doi}GET /tallies