---
title: "Get a single research paper"
method: GET
path: "/api/v1/research/{idOrPubmedId}"
tags: ["Research"]
---

# Get a single research paper

`GET /api/v1/research/{idOrPubmedId}`

Fetch one paper by its internal id or PubMed id.

## Path parameters

- `idOrPubmedId` string, required

## Response `200`

The research paper.

- object
  - `data` ResearchPaper
    - `id` string
    - `pubmedId` string
    - `title` string
    - `abstract` string
    - `authors` string[]
    - `journal` string
    - `publicationDate` string, date
    - `cancerTypes` string[]
    - `treatmentTypes` string[]
    - `keywords` string[]
    - `fullTextUrl` string, uri
    - `summaryPlain` string

## Other responses

- `401` — Missing, invalid, or revoked API key.
- `404` — The requested record was not found.
- `429` — Rate limit exceeded (100 requests/hour per key). Includes a Retry-After header.

---

[API](https://skmtc.net/curecancerwithai/apis/cure-cancer-with-ai-public-api.md) · [All operations](https://skmtc.net/curecancerwithai/apis/cure-cancer-with-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/curecancerwithai/cure-cancer-with-ai-public-api/revisions/fd99aa2f2fd5/schema)
