F

ffpipe · Probe

by ffpipe

POSTBase

$0.01

per call · USD Coin on Base

Inspect any media file and get its technical metadata. Container, duration, codecs, DISPLAY dimensions and rotation, frame rate, HDR, audio channels and sample rate, in a normalized summary plus the full raw analysis (JSON, XML, CSV, flat or INI). Provide a source URL or upload the file directly; the result is downloadable for 24 hours. A file that cannot be decoded still answers with the diagnosis of why. Fixed price per probe in USDC over x402; no account or API key. Input up to 100 MB.

Endpoint

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

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/probe", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "sourceUrl": "https://storage.example.com/clip.mov?signature=abc123"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://ffpipe.dev/v1/probe" \
  -H "Content-Type: application/json" \
  -d '{"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