set_background_music
Set or replace the video’s background music track, from Tella’s curated music or from your own audio. For a curated track, calllist_library with scope: "default" and type: "music" and pass the item’s presetId — there is nothing to upload. For your own audio, call create_source first (kind: "audio" with the track’s duration), PUT the audio bytes to the returned uploadUrl, then pass the sourceId here.
string
required
Video ID
string
Required unless
sourceId is given. Preset ID of a curated Tella music track, from a default item of type music in list_librarystring
Required unless
presetId is given. Audio source ID from create_source (kind: "audio")number
Volume from 0 to 1 (default 0.2)
string
Display name for the track — defaults to the preset’s name when
presetId is givenremove_background_music
Remove the video’s background music track.string
required
Video ID