create_libraries
Create a new library on Audiobookshelf to organize books and podcasts. Provide the required fields in the request body to add a library to your server.
Instructions
Create a new library on server.
POST /api/libraries
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |