---
title: "Mark paragraphs as read (batch, idempotent)"
method: POST
path: "/me/reading-progress"
tags: ["Reading Progress"]
---

# Mark paragraphs as read (batch, idempotent)

`POST /me/reading-progress`

Pass an array of paragraph references in any format. Already-read paragraphs are silently skipped.

## Request body

- object
  - `refs` string[], required — Paragraph references in any format

## Response `200`

Result

- object
  - `data` object, required
    - `marked` number, required
    - `alreadyRead` number, required
    - `total` number, required

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.dev/urantia/apis/urantia-papers-api.md) · [All operations](https://skmtc.dev/urantia/apis/urantia-papers-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/urantia/urantia-papers-api/revisions/6a8c13929fda/schema)
