cURL
Collections
Get Collections
You can get all the collections you have created by making a GET request to https://api.opus.pro/api/collections.
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://help.opus.pro/llms.txt
Use this file to discover all available pages before exploring further.
Related Schemas
Collection Schema
Reference the collection object included in the list response.
Get Collections Response
View the full response schema for listing collections.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Query type
q = mine means list collections of your account.
q = findByContentId means list collections contained the specific content(clip).
Available options:
findByContentId, mine Example:
"mine"
If specified, will only return collections that contain the clip with this contentID.
Example:
"P0000000demo.CUexample2"