Create artist
API Endpoint
Authentication Requirements
All requests must include authentication credentials.
Authorization Header: Pass the API key and secret as
<API_KEY>:<API_SECRET>
.Enterprise-ID Header: Required when creating an artist at the account level.
Request Body
Parameter
Type
Description
name
string
Name of the artist (minimum 2 characters).
description
string
Description of the artist (optional).
imageId
string
UUID of the image (nullable).
spotifyId
string
Spotify artist ID (validated format, nullable).
appleId
string
Apple Music artist ID (validated format, nullable).
Example Request
Success Response
Last updated