POST
/
api
/
collections
/
{collectionId}
/
export
curl --request POST \
  --url https://api.opus.pro/api/collections/{collectionId}/export \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {
    "contentList": [
      {
        "contentId": "Q20107035eDq.CU0b92e6",
        "uriForExport": "https://ext.cdn.opus.pro/media/org_YoJaqr9i9883/google-oauth2|110/P2042506O0vx/c.CUaf12125/VIDEO_FILE.mp4?v=1745586132350436"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

collectionId
string
required

The collectionID of the collection that you want to export

Body

application/json · object

Response

200 - application/json

The response is of type object.