Promote a segment of a single-file recording to a song reference
POST/api/song-audio/{id}/promote
POST
/api/song-audio/{id}/promote
Creates a role=reference asset scoped to the song, sharing the source file with the trim window in its playback config. The source must carry exactly one file-backed track (a board mix, not a multi-stem set).
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
string format: uuid
Request Body
Section titled “Request Body”object
songId
required
string format: uuid
startMs
required
integer
endMs
required
integer
name
string
Responses
Section titled “Responses”Created
object
ok
required
boolean
data
Bad request / source asset has no file track
object
ok
required
boolean
error
required
string
code
string
Unauthenticated
object
ok
required
boolean
error
required
string
code
string
Forbidden
object
ok
required
boolean
error
required
string
code
string
Asset or song not found
object
ok
required
boolean
error
required
string
code
string
Server error
object
ok
required
boolean
error
required
string
code
string
