Create label
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 label 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).
Example Request
Success Response
Last updated