---
title: "Create a Collection"
method: POST
path: "/v1/collections"
tags: ["Collections"]
---

# Create a Collection

`POST /v1/collections`

## Request body

- object
  - `name` string, required — Name of the Collection.
  - `description` string — Description of the collection.
  - `public` boolean — A boolean to indicate if a collection will be public or not.

## Response `200`

OK

---

[API](https://skmtc.net/accredible/apis/accredible-credential-api.md) · [All operations](https://skmtc.net/accredible/apis/accredible-credential-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/accredible/accredible-credential-api/versions/56b317c13686/schema)
