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

## Changes

> 47 revisions in range; 5 could not be searched.

- **2026-07-26** `36390f25f00f` — 2 breaking
  - the request property `claimAuthorId` became required
  - added the pattern `^\d{4}\.\d{4,5}$` to the request property `paperId`

[Change history](https://skmtc.dev/huggingface/apis/hub-api-endpoints/changes/api/settings/papers/claim/post.md)

---

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