---
title: "Get recommended papers to read given a DOI"
method: GET
path: "/api_partner/recommend-papers/{doi}"
tags: ["Paper recommendations"]
---

# Get recommended papers to read given a DOI

`GET /api_partner/recommend-papers/{doi}`

## Path parameters

- `doi` string, required

## Headers

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

## Response `200`

Successful Response

- SuggestedPaperSchema[]
  - `id` string, nullable
  - `doi` string, nullable
  - `title` string, nullable
  - `slug` string, nullable
  - `authors` AuthorResults[], nullable
    - `authorName` string, nullable
    - `authorSlug` string, nullable
    - `authorSequenceNumber` union
      - string
      - integer
    - `affiliation` string, nullable
    - `affiliationSlug` string, nullable
  - `journal` string, nullable
  - `shortJournal` string, nullable
  - `publisher` string, nullable
  - `memberId` integer, nullable
  - `abstract` string, nullable
  - `year` integer, nullable
  - `date` string, date, nullable
  - `lastUpdate` integer, nullable
  - `volume` string, nullable
  - `issue` string, nullable
  - `page` string, nullable
  - `tally` TallyResponse
    - `total` integer, required
    - `supporting` integer, required
    - `contradicting` integer, required
    - `mentioning` integer, required
    - `unclassified` integer, required
    - `doi` string, nullable
    - `citingPublications` integer, nullable
  - `issns` string[], nullable
  - `isOa` boolean, nullable
  - `oaStatus` string, nullable
  - `smartCitation` SmartCitation
    - `snippet` string, required
    - `source` string, required
    - `target` string, required
    - `type` string, nullable
    - `section` string, nullable
  - `score` number, 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)
