F

ffpipe · Frames

by ffpipe

POSTBase

$0.01

per call · USD Coin on Base

Extract still frames from any video as JPEG, WebP or PNG - built for feeding video to a vision model. Choose the sampling: every frame, every Nth, a fixed rate in seconds, keyframes only, N evenly spaced, or exact timestamps; optionally windowed and size-capped. Up to 1000 frames per job. The result is a manifest listing every frame with its timestamp and its own download URL, available for 24 hours. Fixed price per job in USDC over x402; no account or API key. Input up to 100 MB.

Endpoint

POST https://ffpipe.dev/v1/frames

2

Calls / 30d

2

Unique payers / 30d

Sep 7

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://ffpipe.dev/v1/frames", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "fps": 1,
    "maxOutputHeight": 720,
    "maxOutputWidth": 1280,
    "mode": "interval",
    "sourceUrl": "https://storage.example.com/clip.mov?signature=abc123"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://ffpipe.dev/v1/frames" \
  -H "Content-Type: application/json" \
  -d '{"fps":1,"maxOutputHeight":720,"maxOutputWidth":1280,"mode":"interval","sourceUrl":"https://storage.example.com/clip.mov?signature=abc123"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "jobId": "6f1e28d4-3b52-4d0a-9c1f-2ab5cbe2f9c3",
  "status": "queued",
  "statusUrl": "https://ffpipe.example/v1/jobs/6f1e28d4-3b52-4d0a-9c1f-2ab5cbe2f9c3?t=9a1b2c3d4e5f60718293a4b5c6d7e8f9"
}

Payment details

Pay to0x38c72cab5d8f053a7cce4f522b923c3c70291b9d
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Media & Generation and the homepage with a featured placement.

Get featured →

More from ffpipe & similar services