Skip to main content
POST
Create Bulk Artists
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

artist/bulk Description: The /artist/bulk endpoint allows the creation of multiple artists simultaneously by providing an array of artist objects. Authorization:
  • Required role: admin or higher
Method: POST Request Payload:
See sample payload and response below

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
artists
object[]
required

Response

Created with possible errors

message
string
createdArtists
string[]
processedCount
integer
errors
string[]