---
title: "POST /api/collections"
method: POST
path: "/api/collections"
tags: ["collection", "enterprise"]
---

# POST /api/collections

`POST /api/collections`

## Request body

- CreateCollectionCmd
  - `collectionName` string, required — The name of the collection that you want to create.

## Response `200`

- object
  - `data` object, required
    - `collectionId` string, required — The unique collection ID.
    - `collectionName` string, required — The name of the collection that you have created.
    - `createdAt` string, date-time — The date and time the collection was created.
    - `updatedAt` string, date-time — The date and time the collection was updated.

## Other responses

- `402`

---

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