---
title: "Get Aggregate Tally"
method: POST
path: "/tallies/aggregate"
tags: ["Tallies"]
---

# Get Aggregate Tally

`POST /tallies/aggregate`

Get the sum of multiple tallies by DOI.

Up to 100 DOIs can be requested.

## Headers

- `authorization` string — Set to `Bearer <token>` to pass token for authorization.

## Request body

- string[]

## Response `200`

Successful Response

- AggregateTallyResponse
  - `total` integer, required
  - `supporting` integer, required
  - `contradicting` integer, required
  - `mentioning` integer, required
  - `unclassified` integer, required
  - `doi` string, nullable
  - `citingPublications` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scite/apis/scite-api.md) · [All operations](https://skmtc.net/scite/apis/scite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scite/scite-api/revisions/9f4cba020e89/schema)
