Collections
Export clips from a collection
You can export all the clips from an existing collection by making a POST
request to https://api.opus.pro/api/collections/{collectionId}/export
💡Notice: Don’t forget to add {}
to your post body
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The collectionID of the collection that you want to export
Body
application/json · object
Response
200 - application/json
The response is of type object
.