The
/artist/bulk
endpoint allows the creation of multiple artists simultaneously by providing an array of artist objects.
Method:POST
Request Payload:
Parameter | Type | Description |
---|---|---|
artists | array | An array of artist objects with their details. |
See sample payload and response below
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
artists | array | ✅ |
Responses
✅ 201 - Created with possible errors
⚠️ 401 - Unauthorized
❌ 500 - Internal Server Error
Tags
Artist
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json