assets

Export assets as a downloadable archive

[cloud-only] Initiates a bulk export of assets. Returns a task ID for tracking progress via WebSocket. When complete, the export can be downloaded via the exports endpoint.

post/api/assets/export

Request body

asset_idsstring[] required

IDs of assets to export

export_namestring

Name for the export archive

Response

Export initiated

task_idstring
export_namestring

Changes