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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The collectionID of the collection that you want to export
The response is of type object
.
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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The collectionID of the collection that you want to export
The response is of type object
.