Skip to main content
POST
Create multiple assets in bulk
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Authorization:
  • Required role: admin or higher
Note: The maximum number of assets that can be created in a single request is 100. Request Body:
  • assets (array): Array of asset objects with properties like title, mainArtist, displayArtist, type, version, iswc, mainGenre, subGenre, contributors, artists, splits, createdAt, updatedAt, ddexMetadata, resourceReference, technicalResourceDetails, soundRecordingDetails, musicalWorkReference

Code Examples

Authorizations

Authorization
string
header
required

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

Body

application/json
assets
object[]

Response

Bulk assets created successfully

message
string
Example:

"Done."

createdassets
string[]

Array of created asset titles

errors
string[]

Array of error messages for failed assets