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.

SecurityJWT or OAuth2 or DeveloperToken
Request
path Parameters
destination_id
required
string <uuid>

Destination folder id - must be in the same folder

Example: eefb57e0-79f2-4bc7-9b70-99fbc175175c
Request Body schema: application/json

An array of batch operations

Array of objects
copy_comments
string
Enum: "all" "none"
Responses
200

Batch copy success response

Response Schema: application/json
error
object

Assets that were not copied, and why they weren't copied

object

The assets that were succesfully copied

object
string
401

Unauthorized response

404

Not Found response

post/v2/batch/assets/{destination_id}/copy
Request samples
application/json
{
  • "batch": [
    ],
  • "copy_comments": "none"
}
Response samples
application/json
{
  • "error": {
    }
}