---
title: "POST /api/collections/{collectionId}/export"
method: POST
path: "/api/collections/{collectionId}/export"
tags: ["collection", "enterprise"]
---

# POST /api/collections/{collectionId}/export

`POST /api/collections/{collectionId}/export`

## Path parameters

- `collectionId` string, required

## Request body

- EmptyDto

## Response `200`

- object
  - `data` object, required
    - `contentList` ContentExportedDto[], required — A list of download links for all the clips in that collection.
      - `contentId` string, required — Content ID
      - `uriForExport` string, required — Export url

---

[API](https://skmtc.dev/opus/apis/clip-api.md) · [All operations](https://skmtc.dev/opus/apis/clip-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opus/clip-api/revisions/7fa7ca3147b7/schema)
