---
title: "Downloads all bookmarks in a zip for"
method: POST
path: "/api/Download/bookmarks"
tags: ["Download"]
---

# Downloads all bookmarks in a zip for

`POST /api/Download/bookmarks`

## Request body

- DownloadBookmarkDto
  - `bookmarks` BookmarkDto[], required
    - `id` integer
    - `page` integer, required
    - `volumeId` integer, required
    - `seriesId` integer, required
    - `chapterId` integer, required
    - `imageOffset` integer
    - `xPath` string, nullable
    - `series` SeriesDto
      - `id` integer
      - `name` string, nullable
      - `originalName` string, nullable
      - `localizedName` string, nullable
      - `sortName` string, nullable
      - `pages` integer
      - `coverImageLocked` boolean
      - `lastChapterAdded` string, date-time
      - `lastChapterAddedUtc` string, date-time
      - `userRating` number, float
      - `hasUserRated` boolean
      - `totalReads` integer
      - `pagesRead` integer
      - `latestReadDate` string, date-time
      - `format` 0 | 1 | 2 | 3 | 4 — Members: - `0` — Image - `1` — Archive - `2` — Unknown - `3` — EPUB (Epub) - `4` — PDF (Pdf)
      - `created` string, date-time
      - `sortNameLocked` boolean
      - `localizedNameLocked` boolean
      - `nameLocked` boolean
      - `wordCount` integer
      - `libraryId` integer
      - `libraryName` string, nullable
      - `minHoursToRead` integer
      - `maxHoursToRead` integer
      - `avgHoursToRead` number, float
      - `folderPath` string, nullable
      - `lowestFolderPath` string, nullable
      - `lastFolderScanned` string, date-time
      - `dontMatch` boolean
      - `isBlacklisted` boolean
      - `isStandAlone` boolean
      - `coverImage` string, nullable
      - `primaryColor` string, nullable
      - `secondaryColor` string, nullable
      - `aniListId` integer
      - `malId` integer
      - `hardcoverId` integer
      - `metronId` integer
      - `comicVineId` string, nullable
      - `mangaBakaId` integer
      - `mangaBakaEditionId` string, nullable
      - `cbrId` integer
    - `chapterTitle` string, nullable

## 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/versions/4278761d76d7/schema)
