Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The name of the collection that you want to create.
Example:
"Opus demo clips"
You can create collections to organize your clips by making a POST
request to https://api.opus.pro/api/collections
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The name of the collection that you want to create.
"Opus demo clips"