Audio Replacer

Video·Video-API·by eachlabs

Audio Replacer swaps the audio track of a video with a new one, syncing replacement sound or music to your footage with an adjustable time offset.

Runtime (p50)
1m
Estimated price
$1.80 / unit
Call the API
prediction.sh
sh
curl -X POST \
  -H "Authorization: Bearer $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  --data '{
    "model": "audio-replacer",
    "version": "0.0.1",
    "input": {
        "mode": "replace",
        "video": "https://cdn-us.eachlabs.ai/defaults/fe29a5abef464746aa43984042d5d609.mp4",
        "new_audio": "https://cdn-us.eachlabs.ai/defaults/33df2eff92864fb3a0c67df2e1c99629.mp3"
    },
    "webhook_url": ""
}' \
  https://api.eachlabs.ai/v1/prediction/

Related models

4 models
* FAQ

About Audio Replacer

01 / 03

What is Audio Replacer?

Audio Replacer swaps a video's existing audio for a new track. On the each::labs Video API you provide the replacement sound or music and an optional offset, and it returns a video with the new audio aligned to the footage.