Queue a catalog scan that stages skeleton work proposals
POST /publishing-bootstrap/scan
Description
POST /publishing-bootstrap/scan Description: Queues a background scan of the tenant catalog (optionally narrowed byassetIds and/or productId) for assets that have no linked CWR
work. Each unlinked asset is staged as one skeleton work proposal —
title and duration from the Asset row, seeded CWR defaults for
languageCode/musicalWorkDistributionCategory/workType — and,
unless enrich: false, enriched from MusicBrainz (ISRC → work MBID
→ ISWC + writer names/roles/IPIs, hard-limited to 1 request/second).
The scan writes staging rows ONLY — no CWR work, writer, or link is
created until POST /publishing-bootstrap/apply. Failed and
rejected items from earlier batches are re-staged (the retry path);
pending and imported items are deduplicated by match key.
Poll GET /publishing-bootstrap/job/{jobId} for progress and the
scan summary, then review via
GET /publishing-bootstrap/batch/{batchId}/diff.
Authorization:
- Required role:
adminor higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
All properties optional — an empty body scans the entire tenant catalog for assets without a linked CWR work.
Restrict the scan to these asset ids (capped at 5000 per scan).
5000Restrict the scan to the assets of this product. Combined with assetIds, the intersection is scanned.
Enrich proposals from MusicBrainz (ISRC → work MBID → ISWC + writer names/roles/IPIs). MusicBrainz is rate-limited to 1 request/second, so enrichment of large catalogs takes minutes — the scan runs as a background job either way.
Maximum number of assets to enrich from MusicBrainz in this scan; remaining proposals stay as unenriched skeletons.
x >= 0