---
title: "Add books to shelf"
method: POST
path: "/reader/shelves/{shelf_id}/books"
tags: ["Reader"]
---

# Add books to shelf

`POST /reader/shelves/{shelf_id}/books`

Add one or more books to a shelf

## Path parameters

- `shelf_id` integer, required

## Request body

- object
  - `book_ids` string[]

## Response `200`

OK

- object
  - `data` object
    - `added` integer

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/lxpio/apis/omnigram-api.md) · [All operations](https://skmtc.net/lxpio/apis/omnigram-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lxpio/omnigram-api/versions/58911ffb3093/schema)
