---
title: "Add a storage"
method: POST
path: "/api/v1/storages"
tags: ["Storages"]
---

# Add a storage

`POST /api/v1/storages`

## Request body

- CreateStorage
  - `token` string, required
  - `system_storage_storage` object
    - `name` string, required — Name of the storage unit.
    - `storage_type_id` integer, required — The ID of the storage type.<br>Examples include: 1 (Room), 21 (Shelf), 61 (Closet), 81 (Drawer), 111 (Cage), 120 (Refrigerator), 121 (Freezer), 201 (Cryo container), 251 (Slide Rack), 322 (Rack), 321 (Other).
    - `description` string — description of the storage unit
    - `temperature` integer — temperature of the storage unit.

## Response `201`

storage created

## Other responses

- `401` — Error: Unauthorized
- `422` — invalid request - Name can't be blank

---

[API](https://skmtc.net/labguru/apis/labguru-api.md) · [All operations](https://skmtc.net/labguru/apis/labguru-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/labguru/labguru-api/revisions/0534e4d70b77/schema)
