Link Existing Asset to Release
Release
Link Existing Asset to Release
POST /releases//tracks/link-asset
POST
Link Existing Asset to Release
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
This endpoint allows linking an existing Asset to a release as a new track. The Asset’s data will be used as defaults, which can be overridden with theoverrides parameter. Only releases in ‘draft’ or ‘rejected’ status can have Assets linked.
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Release ID
Body
application/json
UUID of the existing Asset to link
Example:
"550e8400-e29b-41d4-a716-446655440000"
Optional specific track number (if not provided, will use next available)
Required range:
x >= 1Example:
2
Optional fields to override from the Asset's data
Example:
{
"title": "Radio Edit Version",
"explicit": "clean"
}