POST /releases//tracks//media/link
This endpoint allows submitting an external link as media for a specific track. Only audio and video links are allowed for tracks. Each track can have only one audio or video file. The link is validated and stored for later processing.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
application/json