---
title: "Get Section Tallies"
method: POST
path: "/tallies/cited-by-sections"
tags: ["Tallies"]
---

# Get Section Tallies

`POST /tallies/cited-by-sections`

Get multiple section tallies.

Pass in a list of DOIs and receive a tally for each one
    indicating how many times it was cited within
    various sections -- Intro, Methods, Results, Discussion,
    or Other.

Up to 500 tallies can be requested at once.

## Headers

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

## Request body

- string[]

## Response `200`

Successful Response

- SectionTalliesSchema
  - `tallies` object, required

## 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)
