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

# POST /api/collection-contents

`POST /api/collection-contents`

## Request body

- CreateCollectionContentCmd
  - `collectionId` string, required — The collectionID of the collection that you want to add the clip to.
  - `contentId` string, required — The ID of the clip that you want to add to the collection. FullClipId: {projectId}.{curationId}

## Response `200`

- object
  - `data` object, required
    - `collectionId` string, required — The collectionID of the collection that the clip was added to.
    - `contentId` string, required — The ID of the clip that has been added to the collection. FullClipId: {projectId}.{curationId}

---

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