Pixazo APIVideo Tools APIs

Video Tools APIs

Pixazo's video utility APIs in one place. Cut, compress, merge and trim video programmatically — the Video Cutter, Video Compressor, Video Merger and Video Trimmer APIs, 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

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

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 long recording into clips, compress a video to fit an upload limit, merge several clips into one, or trim the dead air off the ends — 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. Each tool is in active development — open its page for the planned inputs, outputs, and options.

The four Video Tools APIs at a glance

APIWhat it doesTypical input → outputBest for
Video Cutter APICut one or many clips from a video by timestampLong video → one or more clipsShorts, 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 Trimmer APITrim unwanted footage off the start and endRaw video → tidied videoCleaning recordings & uploads

How do the Video Tools APIs work?

  1. Authenticate with your Pixazo API key (Bearer token) — the same key across every tool.
  2. Send a video URL or upload to the tool's endpoint with its options (timestamps, target size, clip order…).
  3. The job runs asynchronously — poll its status 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?
A set of Pixazo video utility endpoints — the Video Cutter, Video Compressor, Video Merger and Video Trimmer APIs — that perform common editing operations (cut, compress, merge, trim) programmatically instead of in a desktop editor.
Are the Video Tools APIs available now?
They are in active development. This page and each tool page are published so you can plan your integration; the endpoints and pricing appear the moment they ship. Nothing is live yet.
Do they use the same API key and auth?
Yes. Every Video Tools API is on the same Pixazo gateway and uses the same API key and Bearer-token authentication, so one integration covers all four.
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 will they support?
MP4, MOV, WebM and MKV are planned across the tools, taken as an upload or a URL. Exact per-tool support is listed on each tool's page.
Which tool should I use to cut a video?
Use the Video Cutter API to extract one or more segments from anywhere in a video, and the Video Trimmer API to remove the start and end of a single video. See each tool's page for details.