Example output
{
  "video_url": [
    "https://cdn-us.eachlabs.ai/defaults/5712344d51d54e9a9823df4490e0476e.mkv",
    "https://cdn-us.eachlabs.ai/defaults/7173f1a476404efb9b4946bac3a3059c.mkv"
  ]
}

Silence Splitter

Video → Video·Video-API·by Unified AI API for hundreds models. Access video, image, and audio generation from leading providers through one integration with eachlabs.

Silence Splitter cuts a video into separate segments at each silent gap, turning long recordings into clean speech-based clips automatically.

Runtime (p50)
45s
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": "silence-splitter",
    "input": {
        "audio": "https://cdn-us.eachlabs.ai/defaults/044c6c9f39f94b369b711b726ef7d180.mp3",
        "min_pause_seconds": 1,
        "silence_threshold_db": -30
    },
    "webhook_url": ""
}' \
  https://api.eachlabs.ai/v1/prediction/

Related models

4 models
* FAQ

About Silence Splitter

01 / 03

What is Silence Splitter?

Silence Splitter cuts a video into separate segments wherever it detects a silent gap. On the each::labs Video API it turns long recordings into clean, speech-based clips automatically, without manually marking each break point.