Skip to main content
POST
Set bulk splits for multiple assets
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Request Body:
  • assets (array): Array of asset objects with ISRC and split data

Code Examples

Authorizations

Authorization
string
header
required

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

Body

application/json
assets
object[]

Response

Bulk splits processed

message
string
Example:

"Done."

itemsProcessed
integer
Example:

5

errors
string[]