---
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

## Changes

- **2025-06-30** `98201e8dd1b4` — 1 warning, 1 info
  - deleted the `header` request parameter `Authorization`
  - the endpoint scheme security `ApiKeyAuth` was added to the API

[Change history](https://skmtc.dev/accredible/apis/accredible-credential-api/changes/v1/collections/post.md)

---

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