Pixazo APIAudio Tools APIs

Audio Tools APIs

Pixazo's audio utility APIs in one place. Split a track into stems, work out who spoke when, and extract clean audio from any video — programmatically, on the same unified Pixazo endpoint and authentication. Every tool takes audio or video and bills per second of what you send. Pick one below to see what it does and how it works.

Explore the Audio Tools APIs

Audio utility endpoints — choose the one you need.

What are the Audio Tools APIs?

The Audio Tools APIs are Pixazo's programmatic audio utilities — the audio operations you'd normally run in a desktop tool, exposed as simple API calls. Convert MP4 to MP3, or pull a clean audio track out of any video, through a dedicated endpoint on the same Pixazo API and authentication.

They're built to drop into an existing media pipeline: extract audio for podcasts, transcription, or archives automatically, at scale, without manual exporting. Each tool is in active development — open its page for the planned inputs, outputs, and options.

The Audio Tools APIs at a glance

APIWhat it doesInput → outputBest for
MP4 to MP3 APIConvert video to MP3 and extract its audio trackMP4 / MOV / MKV / WebM → MP3 or M4APodcasts, transcription, archives

How do the Audio Tools APIs work?

  1. Authenticate with your Pixazo API key in the Ocp-Apim-Subscription-Key header.
  2. POST a publicly reachable HTTPS URL to the tool's endpoint — audio or video, since the audio is extracted server-side. There is no sample-rate or channel parameter; MP4 to MP3 takes an output format, the rest take their own options.
  3. The job runs asynchronously — poll its status or receive a webhook.
  4. Download the extracted audio; your source file is never modified.

Common use cases

  • Podcast repurposing — turn video interviews into MP3 episodes.
  • Transcription prep — extract a clean track to feed the Speech to Text API.
  • Archiving — store meeting and webinar audio separately from heavy video.
  • Audio datasets & search — batch-convert a video library to MP3.

Frequently asked questions

What are the Audio Tools APIs?
Pixazo audio utility endpoints that process audio programmatically instead of in a desktop tool — stem separation, speaker diarization, and format conversion, all on the same authentication and the same submit-and-poll pattern as the rest of the Pixazo API.
Are the Audio Tools APIs available now?
Yes — every Audio Tools API listed here is live and billable today. Audio Stem Separation and Speaker Diarization are $0.005 per second of input audio; the MP4 to MP3, Loudness Normalizer, Denoiser and Trimmer APIs are $0.002 per second.
What formats does the MP4 to MP3 API output?
MP3 (LAME VBR, about 190 kbps) by default, or M4A (AAC at 192 kbps) via the format parameter. Those are the only two output formats; any other value is rejected with a 400. It accepts MOV, MKV and WebM as input, not just MP4.
Will the source video be changed?
No — conversion is non-destructive. You send a video and receive only the audio; the original file is never altered or re-encoded.
Can I feed the audio into transcription?
Yes — a mono, timestamp-friendly output is planned so the extracted audio passes straight into the Speech to Text API.