Upload a release file
Deliveries
Upload a release file
Creates a pre-signed upload URL for a release ZIP file (ERN metadata + audio). Upload the file via HTTP PUT to the returned upload_url, then call POST /distribution/deliveries with the file_id to create the delivery.
POST
Upload a release file
Authorizations
Access token obtained via the Client Credentials OAuth 2.0 flow at https://connect.musixmatch.com/oauth/token
Body
application/json
The Musixmatch user ID of the artist, obtained via token introspection of the user's access token
Response
Upload slot created. Use upload_url to upload the ZIP via HTTP PUT.