Example output
{
  "detection": {
    "silences": [
      {
        "end": 8.05553,
        "start": 3.75905,
        "duration": 4.29649
      }
    ]
  }
}

Silence Detector

Text·Video-API·by eachlabs

Silence Detector scans a video or audio track and returns the exact timestamps of every silent span, ready for cutting, splitting, or editing.

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": "silence-detector",
    "version": "0.0.1",
    "input": {
        "audio": "https://cdn-us.eachlabs.ai/defaults/0446ad360a3446d385d65a9fdb76c370.mp3"
    },
    "webhook_url": ""
}' \
  https://api.eachlabs.ai/v1/prediction/

Related models

4 models
* FAQ

About Silence Detector

01 / 03

What is Silence Detector?

Silence Detector scans a video or audio track and returns the start and end timestamps of every silent section as structured data. On the each::labs Video API it works as a fast analysis step, giving you precise silence markers without altering the original file.