POST /releases//tracks//media/file
This endpoint allows uploading a single media file to a specific track. Only audio and video files are allowed for tracks. Each track can have only one audio or video file. The file is stored temporarily and transferred to permanent storage upon approval.Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ✅ | Release ID |
trackId | string | path | ✅ | Track ID |
Request Body
Responses
✅ 200 - Success
⚠️ 400 - undefined
⚠️ 401 - undefined
⚠️ 404 - undefined
❌ 500 - undefined
Tags
Track Media
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
multipart/form-data
Single audio or video file