Skip to main content
POST
Import Missing Assets from Royalty Data
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/checklist/royaltyassets/import Scans BigQuery royalty data for ISRCs that don’t exist in the catalog, enriches metadata from Spotify/Deezer APIs, and stages the results in the CatalogImportItem table for admin review. This endpoint queues a background job and returns immediately with the job ID and batch ID for progress tracking. 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}"

Response

Import job queued successfully

status
string
Example:

"success"

message
string
Example:

"Asset import job queued"

data
object