Audio Extractor

Audio·Video-API·by eachlabs

Audio Extractor pulls the audio track out of a video and exports it as a standalone file, ready for transcription, editing, podcasting, or archiving.

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-extractor",
    "version": "0.0.1",
    "input": {
        "video": "https://cdn-us.eachlabs.ai/defaults/e82d88426a7f4ec6bf29b787efbd83f4.mp4",
        "sample_rate": 44100,
        "output_format": "mp3",
        "speech_ready_mono": true
    },
    "webhook_url": ""
}' \
  https://api.eachlabs.ai/v1/prediction/

Related models

4 models
* FAQ

About Audio Extractor

01 / 03

What is Audio Extractor?

Audio Extractor pulls the audio track out of a video and exports it as a standalone file. On the each::labs Video API it separates sound from picture, giving you audio ready for transcription, editing, or podcast publishing.