---
title: "Create shelf"
method: POST
path: "/reader/shelves"
tags: ["Reader"]
---

# Create shelf

`POST /reader/shelves`

Create a new book shelf

## Request body

- object
  - `cover_url` string
  - `description` string
  - `name` string
  - `sort_order` integer

## Response `200`

OK

- object
  - `data` SchemaShelf
    - `book_count` integer
    - `cover_url` string
    - `ctime` integer
    - `description` string
    - `id` integer
    - `name` string
    - `sort_order` integer
    - `user_id` integer
    - `utime` 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)
