---
title: "Create a new Collection"
method: POST
path: "/v2/backpack/collections"
tags: ["Backpack"]
---

# Create a new Collection

`POST /v2/backpack/collections`

## Request body

- V2AssertionCollectionForCreate
  - `description` string, nullable — Short description of the Collection
  - `name` string, required — Name of the collection
  - `published` boolean, required — True if the Collection should have a share url

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/instructure/apis/public-api-docs.md) · [All operations](https://skmtc.net/instructure/apis/public-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instructure/public-api-docs/revisions/44eb39b4bd65/schema)
