---
title: "POST /v1/{+name}:borrow"
method: POST
path: "/v1/{+name}:borrow"
tags: ["shelves"]
---

# POST /v1/{+name}:borrow

`POST /v1/{+name}:borrow`

Borrow a book from the library. Returns the book if it is borrowed successfully. Returns NOT_FOUND if the book does not exist in the library. Returns quota exceeded error if the amount of books borrowed exceeds allocation quota in any dimensions.

## Path parameters

- `name` string, required

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/libraryagent.md) · [All operations](https://skmtc.net/google/apis/libraryagent/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/libraryagent/versions/d50ed49b1097/schema)
