Copies an asset to a different location.

Behavior: Creates a copy of the specified asset in the target location provided in the batch model. The original asset remains unchanged. The batch model should include the destination folder ID in the action arguments.

Authorization: Requires a valid Bearer token.

Side Effects: A new asset copy is created at the target location.

Error Scenarios: Returns 400 if the request body is missing. Returns 401 if the caller is not authenticated. Returns 404 if no asset exists with the specified ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the asset to copy.

Body Params

The batch payload containing the target destination and optional arguments.

batchAction
object | null
uuid | null
string | null
targetIds
array of uuids | null
targetIds
uuid
actionArguments
object | null

Note that we convert all incoming keys to lower first char to help with serialization for JSON later

boolean | null
Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json