---
title: "IN DEVELOPMENT"
method: POST
path: "/collections/create"
tags: ["Collections"]
---

# IN DEVELOPMENT

`POST /collections/create`

Create many collections at once based on the provided folder IDs.
The name of each collection will be the same as the name of the folder.

## Headers

- `X-PHYSNA-TENANTID` string

## Request body

- object
  - `folderIds` number[], required

## Response `200`

Ok

- BulkCreateCollectionResponseBody
  - `affected` number, double, required

## Other responses

- `503`

---

[API](https://skmtc.dev/physna/apis/physna-public-api.md) · [All operations](https://skmtc.dev/physna/apis/physna-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/physna/physna-public-api/revisions/18b6af4c004d/schema)
