v1

latestOpenAPI 3.0.02026-07-26213850.5 KB
collection
enterprise

post/api/collections

Request body

collectionNamestring required

The name of the collection that you want to create.

Example request

{
  "collectionName": "Opus demo clips"
}

Response

Example response

{
  "data": {
    "collectionId": "xmAwhhFi0IJt",
    "collectionName": "Opus demo clips"
  }
}