---
title: "Claim paper authorship"
method: POST
path: "/api/settings/papers/claim"
tags: ["papers"]
---

# Claim paper authorship

`POST /api/settings/papers/claim`

## Request body

- object
  - `paperId` string, required — ArXiv paper identifier being claimed.
  - `claimAuthorId` string, required — Author entry on the paper being claimed.
  - `targetUserId` string — HF user who should receive the claim.

## Response `200`

Paper authorship claim result, including the claimed paper id

- object
  - `ok` boolean, required
  - `claimedPaperId` string, required

---

[API](https://skmtc.net/huggingface/apis/hub-api-endpoints.md) · [All operations](https://skmtc.net/huggingface/apis/hub-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/huggingface/hub-api-endpoints/versions/dae0cc3790f0/schema)
