Skip to main content
POST
Preview Asset Defaults

Description

POST /defaultsettings/preview/asset Description: Preview how defaults will be applied to an asset, showing original data, data with defaults, and which defaults were applied from which sources. Authorization:
  • Required role: user or higher
Method: POST Request Body:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
labelId
string<uuid>
artistId
string<uuid>
userId
string<uuid>
assetData
object

Partial asset data to merge with defaults

Response

Asset preview generated successfully

success
boolean
Example:

true

message
string
Example:

"Asset preview generated successfully"

data
object

Preview of how defaults would be applied