All prebuilt tools EXTRACT AUDIO FROM VIDEO API

Extract Audio from Video

Turn any supported video into a clean MP3, WAV or AAC audio asset. Run it from the playground or call the same preset through one agent-ready endpoint.

What the tool does
A focused video edit with a predictable API contract.
  1. 01Inspect audio streams
  2. 02Select the primary track
  3. 03Normalize the output
  4. 04Encode to the requested format
BUILT FOR AUTOMATION

Useful defaults, typed options.

The tool slug stays stable while your agent supplies the input asset and a narrow set of documented options.

  • MP3, WAV and AAC outputs
  • Optional loudness normalization
  • Durable asset URL
POST /api/v1/tools/extract-audio
{
  "tool": "extract-audio",
  "input": "asset_01",
  "options": { "format": "mp3", "normalize": true }
}
FAQ

About extract audio

Can the API extract audio without re-encoding?

When the source format matches the requested output, KinoPipe can preserve the stream. Otherwise it performs a controlled conversion.

Can audio volume be normalized?

Yes. Enable normalization to target consistent perceived loudness.

KEEP BUILDING

Related media tools

Compress Video for Web
Reduce video file size while preserving a crisp, web-ready image.
Convert Video to MP4
Convert MOV, WebM, AVI and other inputs into a compatible MP4 output.
Resize Video for Social Media
Create vertical, square and landscape variants from one source video.