v2
latestOpenAPI 3.1.02026-07-3171165552.0 KBTallies
Get Aggregate Tally
Get the sum of multiple tallies by DOI.
Up to 100 DOIs can be requested.
post/tallies/aggregate
Headers
authorizationstring
Set to Bearer <token> to pass token for authorization.
Set to Bearer <token> to pass token for authorization.
Request body
string[] required
Example request
[ "10.1016/j.biopsych.2005.08.012", "10.1016/j.jad.2016.11.014" ]
Response
Successful Response
Example response
{
"citingPublications": 449,
"contradicting": 6,
"mentioning": 319,
"supporting": 27,
"total": 358,
"unclassified": 6
}