Skip to main content
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

Send Idempotency-Key to make retries safe. Same key within 5 min returns the same track_id.