Bulk copy assets

Copy a batch of asset ids to a new folder. You can also choose to copy over all or none of the comments from the original to the copied asset.

Authentication

AuthorizationBearer

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

Path parameters

destination_idstringRequiredformat: "uuid"

Destination folder id - must be in the same folder

Request

An array of batch operations
batchlist of objectsOptional
copy_commentsenumOptional
Allowed values:

Response

Batch copy success response
errorobjectOptional
Assets that were not copied, and why they weren't copied
successobjectOptional
The assets that were succesfully copied
succes_testobjectOptional
stringOptional

Errors

401
Unauthorized Error
404
Not Found Error