Pixazo APIVideo Tools APIs

Video Tools APIs

Pixazo's video utility APIs in one place. Cut, compress, merge and trim video programmatically — converting, cropping, resizing, trimming, merging, compressing and more, each on the same unified Pixazo endpoint and authentication. Pick a tool below to see what it does and how it works.

Explore the Video Tools APIs

Thirteen focused video utility endpoints — choose the one you need.

Video Cutter API — Pixazo video tool

Video Cutter API

Live

Cut a clip out of any video by timestamp — the cut lands exactly where you asked instead of snapping to the nearest keyframe.

View API →
Video Compressor API — Pixazo video tool

Video Compressor API

Live

Make a video smaller — pick a quality tier or a target size, and get back an H.264 MP4 at a fraction of the original.

View API →
Video Merger API — Pixazo video tool

Video Merger API

Live

Join 2-6 clips into one video — matching clips are stream-copied, so a long timeline assembles in seconds instead of being re-encoded.

View API →
Video Transition API — Pixazo video tool

Video Transition API

Live

Join 2-4 clips with a real transition instead of a hard cut — 58 effects across 10 families, with the audio crossfaded to match.

View API →
Video Trimmer API — Pixazo video tool

Video Trimmer API

Live

Cut a video to a start and end time — the cut lands exactly where you asked instead of snapping to the nearest keyframe.

View API →
Video Converter API — Pixazo video tool

Video Converter API

Live

Convert any video to MP4 (H.264/AAC) — format detected by content, not extension, so MOV, AVI, WMV, MKV and WebM all work through one call.

View API →
Video Cropper API — Pixazo video tool

Video Cropper API

Live

Crop a video to an aspect ratio or exact box — 9:16 centre-crops for Reels, Shorts and TikTok without distorting the picture.

View API →
Video Resizer API — Pixazo video tool

Video Resizer API

Live

Resize a video to a preset or exact dimensions — presets target the short side and never upscale, so a vertical video shrinks instead of blowing up.

View API →
Video Speed API — Pixazo video tool

Video Speed API

Live

Speed a video up or slow it down 0.1x-10x, retiming the audio to stay in pitch instead of chipmunking it.

View API →
Video to GIF API — Pixazo video tool

Video to GIF API

Live

Turn part of a video into a looping GIF — two-pass palette encoding, so colours stay clean instead of banding.

View API →
Video Frame Extractor API — Pixazo video tool

Video Frame Extractor API

Live

Grab one frame from a video as a PNG, at any timestamp you choose.

View API →
Video Audio Remover API — Pixazo video tool

Video Audio Remover API

Live

Remove the audio track from a video and get back a silent MP4, picture untouched.

View API →
Video Replace Audio API — Pixazo video tool

Video Replace Audio API

Live

Swap a video’s audio for a different track — picture untouched, and H.264 sources are stream-copied rather than re-encoded.

View API →
Media Probe API — Pixazo video tool

Media Probe API

Live

Read a media file’s duration, dimensions and whether it carries audio, before you pay to process it.

View API →

What are the Video Tools APIs?

The Video Tools APIs are Pixazo's programmatic video utilities — the operations you'd normally run in a desktop editor, exposed as simple API calls. Cut a clip out of a long recording, compress a video to fit an upload limit, merge several clips into one, trim the dead air off the ends, convert or crop or resize, change the speed, make a GIF, pull a single frame, swap the audio track, or read a file's duration and codecs before you process it — each through a dedicated endpoint on the same Pixazo API and authentication.

They're built to drop into an existing media pipeline: process every upload automatically, generate derivatives at scale, and skip manual editing entirely. Because every tool shares one gateway, key, and job model, you can call them individually or chain them into a single workflow. Every tool below is live and billable today — open its page for the exact inputs, outputs and options.

The Video Tools APIs at a glance

APIWhat it doesTypical input → outputBest for
Video Cutter APICut a clip out of a video by timestampLong video → one clip per callShorts, highlights, chapters
Video Compressor APICompress to a target size or bitrateLarge video → smaller videoFaster delivery, upload limits
Video Merger APIMerge and combine clips into one videoMany clips → one videoCompilations, intros/outros
Video Transition APIJoin clips with a transition, not a hard cutMany clips → one video, 58 effectsMontages, reels, showreels
Video Trimmer APITrim unwanted footage off the start and endRaw video → tidied videoCleaning recordings & uploads
Video Converter APIConvert any format to MP4 (H.264/AAC)MOV/AVI/WMV/MKV/FLV → MP4Normalising mixed uploads
Video Cropper APICrop to an aspect ratio or exact box16:9 → 9:16Reels, Shorts, TikTok
Video Resizer APIResize to a preset or exact size1080p → 720pBandwidth and storage
Video Speed APISpeed up or slow down, pitch-corrected1× → 0.5–8×Timelapse, slow motion
Video to GIF APITwo-pass palette GIF encodingClip → looping GIFSocial, docs, previews
Video Frame Extractor APIPull a single frame as a PNGVideo → one stillThumbnails, posters
Video Audio Remover APIRemove the audio trackVideo → silent videoMuting, re-scoring
Video Replace Audio APISwap the audio for a different trackVideo + audio → new videoDubbing, re-scoring
Media Probe APIRead duration, size and codecs before processingAny file → JSONSizing work up front

How do the Video Tools APIs work?

  1. Authenticate with your Pixazo API key in the Ocp-Apim-Subscription-Key header — the same key across every tool.
  2. POST a publicly reachable HTTPS URL to the tool's endpoint with its options (timestamps, target size, clip order…).
  3. You get a request_id back straight away — poll /v2/requests/status/{request_id} or receive a webhook.
  4. Download the result; your source file is never modified.

Chain them into one pipeline

  • Trim → Compress — cut the dead air, then shrink the result for delivery.
  • Cut → Merge — pull the best moments out of several videos, then stitch them into one highlight reel.
  • Cut → Compress — generate lightweight social clips from a long stream in one flow.
  • Merge → Compress — assemble a compilation, then compress it to fit a platform's limit.

Frequently asked questions

What are the Video Tools APIs?
Thirteen Pixazo video utility endpoints that perform common editing operations programmatically instead of in a desktop editor — cut, trim, merge, compress, convert, crop, resize, change speed, make a GIF, pull a frame, remove or replace the audio track, and probe a file for its duration and codecs.
Are the Video Tools APIs available now?
Yes — every Video Tools API listed here is live and billable today at $0.002 per second of source video. Each tool page carries its exact parameters, limits and pricing.
Do they use the same API key and auth?
Yes. Every Video Tools API is on the same Pixazo gateway and takes the same key in the Ocp-Apim-Subscription-Key header, so one integration covers all thirteen.
Can I chain the Video Tools APIs together?
Yes — that is a core design goal. Common pipelines include trim then compress, or cut then merge, passing one tool's output straight into the next.
What video formats do they support?
Most tools identify the input by its contents rather than its extension, so MP4, MOV, WebM, MKV, AVI, WMV and FLV all work. The Video Merger is the exception — it takes MP4 or MOV only, because a merge is priced on the summed length of its clips and that measurement reads the MP4/MOV container. Convert anything else with the Video Converter API first.
Which tool should I use to cut a video?
Use the Video Cutter API to extract a segment from anywhere in a video, and the Video Trimmer API to remove the start and end of one. They run on the same model, so a request to either returns one clip per call — call it once per segment to pull several.