---
title: "Saves the progress of a given chapter. This will generate a reading session with the estimated time from the
last progress till the current"
method: POST
path: "/api/Panels/save-progress"
tags: ["Panels"]
---

# Saves the progress of a given chapter. This will generate a reading session with the estimated time from the
last progress till the current

`POST /api/Panels/save-progress`

## Query parameters

- `apiKey` string

## Request body

- ProgressDto
  - `volumeId` integer, required
  - `chapterId` integer, required
  - `pageNum` integer, required
  - `seriesId` integer, required
  - `libraryId` integer, required
  - `bookScrollId` string, nullable
  - `lastModifiedUtc` string, date-time

## Response `200`

OK

---

[API](https://skmtc.net/kareadita/apis/kavita.md) · [All operations](https://skmtc.net/kareadita/apis/kavita/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kareadita/kavita/revisions/3bd8363f0a4e/schema)
