Skip to main content
POST
Import Edited Ghost Asset Rows
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/checklist/royaltyassets/import-rows Synchronously creates Asset records from edited ghost rows surfaced by /checklist/royaltyassets. Delegates to the standard AssetCreationService so imported assets get default splits and stats queue jobs. Resolves or creates Artist entities from the free-text displayArtist (parses feat./ft./featuring plus , & ; x delimiters). Skips ISRCs already present in the tenant catalog (counted in skipped, not errors). Each row runs in its own transaction so a single failure doesn’t roll back the batch. Concurrent inserts that hit the unique-ISRC constraint are also treated as skips. Limits: Up to 100 rows per request. Authorization:
  • Required role: admin or higher
Method: POST

Code Examples

Authorizations

Authorization
string
header
required

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

Body

application/json
items
object[]
required
Maximum array length: 100

Response

Rows imported (partial successes possible)

status
string
Example:

"success"

message
string
data
object