Search for an artist on the primary catalog provider
Catalog Import
Search for an artist on the primary catalog provider
GET /catalog-import/search
GET
Search for an artist on the primary catalog provider
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
GET /catalog-import/search Description: Free-text artist search against the active provider that supportssearchArtist (the primary catalog provider is preferred). Used to
resolve a human-readable artist name to the artistExternalId
required by POST /fetch.
If q looks like an ISRC, it is resolved to the recording’s credited
artists first, then those names are searched (identifier-shaped
free-text queries otherwise return unrelated results). If q looks
like a UPC/barcode, an empty result is returned — barcodes have no
artist identity.
Authorization:
- Required role:
adminor higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Artist name, or an ISRC to resolve to its credited artists.
Maximum results to return (capped at 25).
Required range:
1 <= x <= 25