Audio
Attach track
Attach a voiceover or music track to a clip. Materializes a real canvas node.
POST
Creates a new audio source node (
voiceover, music, or audioUpload)
and wires an edge from it to the target clip. The next
GET audio reflects the change.
string
required
Workflow id.
string
required
Clip id.
Body
string
required
voiceover or music.string
required
Audio asset URL.
string
Original script (voiceover only).
string
Voice id used for synthesis (voiceover only).
number
default:"1"
0..2. Default 0.4 for music, 1 for voiceover.boolean
default:"false"
boolean
Drops music by ~8 dB during voiceover. Defaults to
true for music tracks.Idempotency
SendIdempotency-Key to make retries safe. Same key within 5 min returns
the same track_id.