---
title: Audio Extractor from Video API
slug: extract-audio-video
url: https://apyverse.com/apyhub/service/extract-audio-video
provider: ApyHub
categories: [Audio Processing, File Conversion]
auth: api_key
---

# Audio Extractor from Video API

Extract full audio or a time slice from a video URL or upload. Get MP3, WAV, AAC, OGG, FLAC, WMA, or AC3 as a file or signed link.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/extract/video/audio/url/file` | What it does Extracts audio from a video file provided by URL and returns the resulting audio as a… | 550 |
| POST | `/extract/video/audio/url` | What it does Extracts the audio track from a video provided as a URL and returns a cloud download l… | 550 |
| POST | `/extract/video/audio/file` | What it does Extracts audio from an uploaded video file and returns the resulting audio as a binary… | 550 |
| POST | `/extract/video/audio/file/url` | What it does Extracts audio from an uploaded video file and returns a time-limited signed URL where… | 550 |

## About

## What it does
Video Audio Extractor pulls audio from a video source and returns it as a downloadable file or a signed cloud link. Send either a `video_url` or an uploaded `video`, then choose whether you want the full audio track or just a segment.

Use `start_time` to set the seek offset, `duration` to control how many seconds to extract, and `output_format` to choose the format: `mp3`, `wav`, `aac`, `ogg`, `flac`, `wma`, or `ac3`. When `full_audio` is enabled, the service ignores `duration` and extracts the complete track.

The service exposes URL-based and multipart upload workflows, so you can handle both remote media and local files. For URL requests, you can download the binary output directly or receive a time-limited signed URL in `data`. For uploaded videos, the same output options are available.

Use Video Audio Extractor when you need to isolate narration from a training clip, pull a soundtrack from a user-uploaded video, or generate an audio asset for downstream processing in your pipeline.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/apyhub/service/extract-audio-video
