v1

latestOpenAPI 3.0.02026-07-26213850.5 KB
collection
enterprise

get/api/collections

Query parameters

q'findByContentId' | 'mine' required
Example:mine

Query type q = mine means list collections of your account. q = findByContentId means list collections contained the specific content(clip).

contentIdstring
Example:P0000000demo.CUexample2

If specified, will only return collections that contain the clip with this contentID.

Response

Example response

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