cURL
curl --request POST \ --url https://api.opus.pro/api/collections \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "collectionName": "Opus demo clips" }'
{ "data": { "collectionId": "xmAwhhFi0IJt", "collectionName": "Opus demo clips" } }
You can create collections to organize your clips by making a POST request to https://api.opus.pro/api/collections
POST
https://api.opus.pro/api/collections
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object
Was this page helpful?