All prebuilt tools AUDIOGRAM VIDEO API

Create an Audiogram Video

Turn audio into a shareable MP4 with an animated waveform, over your image or a clean dark canvas. Run the preset directly on this page or call the same agent-ready endpoint from your product.

LIVE TOOL
Run audiogram
Drop a video, adjust the defaults if you need to, and download the result here.

or ·

Already have an account? Sign in

BEFORE / AFTER

See what the tool changes.

A real example: the after side is the unedited output of a KinoPipe job. Run the live form above to generate the same result from your own media.

BeforeAudio file
Source audio48 kHz · stereo
MP3 · audio only
AfterAudiogram video
Ready
MP4 · animated waveform

Demo footage: public-domain timelapses (Bureau of Land Management, Oregon · NASA SVS). Processed by the same pipeline the API and MCP tools call.

BUILT FOR AUTOMATION

Useful defaults, typed options.

The tool slug stays stable while your agent supplies named media inputs and a narrow set of documented options.

  • The podcast share format
  • Optional background image
  • Vertical, square or landscape
What this preset does
  1. 01Decode the audio track
  2. 02Render an animated waveform
  3. 03Composite it over your background
  4. 04Encode a share-ready MP4
Stable endpointPOST /api/v1/tools/audiogram
Live API request
{
  "inputs": [
    { "id": "main", "url": "https://example.com/episode.mp3" },
    { "id": "background", "url": "https://example.com/cover.jpg" }
  ],
  "options": { "aspect_ratio": "1:1" }
}
Successful output example
{
  "result": {
    "output": {
      "filename": "audiogram-output.mp4",
      "contentType": "video/mp4",
      "byteSize": 437021,
      "downloadUrl": "https://cdn.kinopipe.com/…"
    }
  }
}
CONSTRAINTS

Know the boundaries before you run.

Upload files up to 300 MB or use public HTTP(S) URLs.
A successful run consumes at least one credit.
FAQ

About audiogram

Why turn audio into video?

Feeds and stories only autoplay video. An audiogram gives a podcast clip or track teaser something to show while the audio plays.

What if I skip the background image?

The waveform renders over a clean dark canvas, ready to post as is.

KEEP BUILDING

Related media tools

Video Metadata API
Read duration, dimensions, codecs and audio tracks from any media URL.
Convert Video to Vertical
Turn landscape video into 9:16 vertical with a blurred background, no cropping.
Change Video Speed
Speed video up or slow it down from 0.25x to 4x with pitch-corrected audio.