---
title: "Syncs book progress with Kavita. Will attempt to save the underlying reader position if possible."
method: PUT
path: "/api/Koreader/{apiKey}/syncs/progress"
tags: ["Koreader"]
---

# Syncs book progress with Kavita. Will attempt to save the underlying reader position if possible.

`PUT /api/Koreader/{apiKey}/syncs/progress`

## Path parameters

- `apiKey` string, required

## Request body

- KoreaderBookDto
  - `document` string, nullable
  - `device_id` string, nullable
  - `device` string, nullable
  - `percentage` number, float
  - `progress` string, nullable
  - `timestamp` integer

## Response `200`

OK

- KoreaderProgressUpdateDto
  - `document` string, nullable
  - `timestamp` string, date-time

---

[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/cc7f90a35897/schema)
