---
title: "Add an anime to the library."
method: POST
path: "/me/library"
tags: ["me"]
---

# Add an anime to the library.

`POST /me/library`

This endpoint will add to the list of anime in the authenticated user's library.

## Response `200`

Successful Kurozora JSON response

- object

## Other responses

- `400` — Error Kurozora JSON response

## Changes

- **2021-05-13** `85ac20c1b7bb` — 1 breaking, 2 warning, 4 info
  - added the new required request property `anime_id`
  - removed the request property `library`
  - removed the request property `model_id`
  - the endpoint scheme security `kurozoraBearer` was added to the API
  - …3 more

[Change history](https://skmtc.dev/kurozora/apis/kurozora-api/changes/me/library/post.md)

---

[API](https://skmtc.dev/kurozora/apis/kurozora-api.md) · [All operations](https://skmtc.dev/kurozora/apis/kurozora-api/llms.txt) · [OpenAPI document](https://skmtc.dev/kurozora/apis/kurozora-api/revisions/ea994102e8fc?raw)
