v1

latestOpenAPI 3.0.02026-07-26213850.5 KB
collection-content
enterprise

post/api/collection-contents

Request body

collectionIdstring required

The collectionID of the collection that you want to add the clip to.

contentIdstring required

The ID of the clip that you want to add to the collection. FullClipId: {projectId}.{curationId}

Example request

{
  "collectionId": "xmAwhhFi0IJt",
  "contentId": "P0000000demo.CUexample2"
}

Response

Example response

{
  "data": {
    "collectionId": "xmAwhhFi0IJt",
    "contentId": "P0000000demo.CUexample2"
  }
}