{"x402Version":2,"payTo":"0x38c72cAb5d8F053a7CCE4F522b923C3c70291B9d","resources":[{"id":3192,"slug":"3192","resource":"https://ffpipe.dev/v1/convert","description":"Convert any video to a clean, web-ready MP4. Provide a source URL or upload the file directly; the paid request returns a status URL to poll, and the finished MP4 (plus a thumbnail) is downloadable for 24 hours. Fixed price per conversion in USDC over x402; no account or API key. Failures on our side automatically mint a free retry voucher. Input up to 100 MB.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x38c72cAb5d8F053a7CCE4F522b923C3c70291B9d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"maxHeight":720,"maxWidth":1280,"sourceUrl":"https://storage.example.com/clip.mov?signature=abc123"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"jobId":"6f1e28d4-3b52-4d0a-9c1f-2ab5cbe2f9c3","status":"queued","statusUrl":"https://ffpipe.example/v1/jobs/6f1e28d4-3b52-4d0a-9c1f-2ab5cbe2f9c3?t=9a1b2c3d4e5f60718293a4b5c6d7e8f9"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":true,"description":"Provide EXACTLY ONE of sourceUrl (we fetch it) or upload: true (you PUT the bytes to the uploadUrl returned in the 202). Unknown properties are ignored; validation runs before any charge.","oneOf":[{"required":["sourceUrl"]},{"required":["upload"]}],"properties":{"maxHeight":{"default":1080,"description":"Max output height.","maximum":4096,"minimum":1,"type":"integer"},"maxWidth":{"default":1920,"description":"Max output width. Must be a positive integer (JSON number, not a string).","maximum":4096,"minimum":1,"type":"integer"},"sourceUrl":{"description":"https URL we fetch the input from. Rejected before any charge if it is not https, is an IP literal, or resolves to a localhost/.internal/.local name; redirects are followed (max 3) and every hop is re-checked. We fetch from datacenter IP ranges - hosts that block datacenter egress will fail with `ingest_failed`, so prefer a presigned URL from storage you control. Body size cap: 100 MiB by default, enforced while streaming.","examples":["https://storage.example.com/clip.mov?signature=abc123"],"format":"uri","type":"string"},"upload":{"const":true,"description":"Push intake: instead of a `sourceUrl`, reserve an upload window and PUT the raw bytes (<= 100 MiB, same cap) to the `uploadUrl` in the 202 before `uploadExpiresAt`. You are charged at the 202, before any bytes move: letting the window expire is a terminal `error` with no refund; a pipeline failure after your upload earns a `retryVoucher`.","type":"boolean"}}},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"description":"The 202 acceptance body. Every non-2xx answer is JSON { error: { code, message } } with code one of: invalid_request, invalid_source_url, source_too_large, ingest_failed, pipeline_error, payment_denied, rate_limited, daily_cap_exceeded, not_found, literal_path_template, gone, unknown_job, unauthorized, not_configured, unavailable - and, by the capture rule, a non-2xx response is never charged.","properties":{"fundingSource":{"description":"What paid for this acceptance: `x402` (the on-chain payment you signed), `credits` (your account's balance, when you sent a Bearer token) or `voucher` (a free retry). Stated back to you so a caller holding both a token and a wallet never has to guess which one it just spent.","enum":["x402","credits","voucher"],"type":"string"},"jobId":{"format":"uuid","type":"string"},"status":{"description":"`queued` for pull mode; `awaiting_upload` for upload mode (the job queues when your PUT completes).","enum":["queued","awaiting_upload"],"type":"string"},"statusUrl":{"description":"Free, token-gated status endpoint for this job. Keep it: the token is the only proof of ownership and is not recoverable.","format":"uri","type":"string"},"uploadExpiresAt":{"description":"Upload mode only: deadline for the PUT. Past it the job becomes a terminal `error` with no refund.","format":"date-time","type":"string"},"uploadUrl":{"description":"Upload mode only: PUT the raw bytes here before `uploadExpiresAt`. Keep it - this response is the ONLY place the upload token is handed out (the status route never repeats it), and it is not recoverable.","format":"uri","type":"string"}},"required":["jobId","status","statusUrl"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"ffpipe.dev","lastUpdated":"2026-09-16T09:55:29.446Z","quality":{"calls30d":23,"uniquePayers30d":3,"lastCalledAt":"2026-09-16T09:55:29.3Z"},"liveness":{},"verified":false,"featured":false},{"id":3193,"slug":"3193","resource":"https://ffpipe.dev/v1/probe","description":"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.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x38c72cAb5d8F053a7CCE4F522b923C3c70291B9d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"sourceUrl":"https://storage.example.com/clip.mov?signature=abc123"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"jobId":"6f1e28d4-3b52-4d0a-9c1f-2ab5cbe2f9c3","status":"queued","statusUrl":"https://ffpipe.example/v1/jobs/6f1e28d4-3b52-4d0a-9c1f-2ab5cbe2f9c3?t=9a1b2c3d4e5f60718293a4b5c6d7e8f9"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":true,"description":"Provide EXACTLY ONE of sourceUrl (we fetch it) or upload: true (you PUT the bytes to the uploadUrl returned in the 202). Everything else is optional: the defaults return the full analysis as JSON with a normalized summary block. Numbers and booleans must be JSON numbers/booleans, not strings. Unknown properties are ignored; validation runs before any charge.","oneOf":[{"required":["sourceUrl"]},{"required":["upload"]}],"properties":{"countFrames":{"default":false,"description":"Count frames exactly, which requires decoding the whole file - slow on long sources. Leave it off unless an exact count is the point.","type":"boolean"},"countPackets":{"default":false,"description":"Count packets exactly. Same cost caveat as `countFrames`.","type":"boolean"},"outputFormat":{"default":"json","description":"Format of the delivered analysis. `json` (the default) is the only one that carries the normalized `ffpipe_summary` block; the others are the raw writer output, untouched. `flat` is delivered as .txt.","enum":["json","xml","csv","flat","ini"],"type":"string"},"readIntervals":{"description":"Limit the analysis to a window, e.g. `%+60` (the first 60 seconds), `30%+10` (10 seconds from 0:30) or `%+#500` (the first 500 packets). Applied automatically when frame/packet detail is requested without one. A malformed expression is a 400 (never charged).","examples":["%+60"],"maxLength":256,"type":"string"},"sections":{"default":["format","streams","chapters"],"description":"Which sections to report. Defaults to format + streams + chapters. Duplicates are collapsed; an unknown name is a 400 (never charged).","items":{"enum":["format","streams","chapters","programs"],"type":"string"},"type":"array"},"selectStreams":{"description":"Restrict the analysis to matching streams, e.g. `v:0` (first video stream) or `a` (all audio). A specifier that matches nothing still succeeds and says so.","examples":["v:0"],"maxLength":256,"type":"string"},"showEntries":{"description":"Keep only the named fields, e.g. `frame=pict_type,pts_time,key_frame` or `format=duration`. Section and field names only; a malformed expression is a 400 (never charged) rather than a job that cannot succeed.","examples":["frame=pict_type,pts_time,key_frame"],"maxLength":256,"type":"string"},"showFrames":{"default":false,"description":"Report per-FRAME detail. Large: unless you also send `readIntervals`, a bounded window is applied for you so the analysis cannot outgrow what we can deliver. Combine with `showEntries` to keep only the fields you need.","type":"boolean"},"showPackets":{"default":false,"description":"Report per-PACKET detail. Same bounded-window treatment as `showFrames`.","type":"boolean"},"sourceUrl":{"description":"https URL we fetch the input from. Rejected before any charge if it is not https, is an IP literal, or resolves to a localhost/.internal/.local name; redirects are followed (max 3) and every hop is re-checked. We fetch from datacenter IP ranges - hosts that block datacenter egress will fail with `ingest_failed`, so prefer a presigned URL from storage you control. Body size cap: 100 MiB by default, enforced while streaming.","examples":["https://storage.example.com/clip.mov?signature=abc123"],"format":"uri","type":"string"},"summary":{"default":true,"description":"Keep the normalized `ffpipe_summary` block (JSON only). Send false for byte-exact raw output. PREFER the summary: it answers coded-vs-display dimensions, rotation, fps as a number and HDR directly, which is where hand-rolled parsing of the raw sections usually goes wrong.","type":"boolean"},"upload":{"const":true,"description":"Push intake: instead of a `sourceUrl`, reserve an upload window and PUT the raw bytes (<= 100 MiB, same cap) to the `uploadUrl` in the 202 before `uploadExpiresAt`. You are charged at the 202, before any bytes move: letting the window expire is a terminal `error` with no refund; a pipeline failure after your upload earns a `retryVoucher`.","type":"boolean"}}},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"description":"The 202 acceptance body. Every non-2xx answer is JSON { error: { code, message } } with code one of: invalid_request, invalid_source_url, source_too_large, ingest_failed, pipeline_error, payment_denied, rate_limited, daily_cap_exceeded, not_found, literal_path_template, gone, unknown_job, unauthorized, not_configured, unavailable - and, by the capture rule, a non-2xx response is never charged.","properties":{"fundingSource":{"description":"What paid for this acceptance: `x402` (the on-chain payment you signed), `credits` (your account's balance, when you sent a Bearer token) or `voucher` (a free retry). Stated back to you so a caller holding both a token and a wallet never has to guess which one it just spent.","enum":["x402","credits","voucher"],"type":"string"},"jobId":{"format":"uuid","type":"string"},"status":{"description":"`queued` for pull mode; `awaiting_upload` for upload mode (the job queues when your PUT completes).","enum":["queued","awaiting_upload"],"type":"string"},"statusUrl":{"description":"Free, token-gated status endpoint for this job. Keep it: the token is the only proof of ownership and is not recoverable.","format":"uri","type":"string"},"uploadExpiresAt":{"description":"Upload mode only: deadline for the PUT. Past it the job becomes a terminal `error` with no refund.","format":"date-time","type":"string"},"uploadUrl":{"description":"Upload mode only: PUT the raw bytes here before `uploadExpiresAt`. Keep it - this response is the ONLY place the upload token is handed out (the status route never repeats it), and it is not recoverable.","format":"uri","type":"string"}},"required":["jobId","status","statusUrl"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"ffpipe.dev","lastUpdated":"2026-09-15T01:55:36.312Z","quality":{"calls30d":4,"uniquePayers30d":2,"lastCalledAt":"2026-09-15T01:55:35.455Z"},"liveness":{},"verified":false,"featured":false},{"id":3194,"slug":"3194","resource":"https://ffpipe.dev/v1/frames","description":"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.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x38c72cAb5d8F053a7CCE4F522b923C3c70291B9d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"fps":1,"maxOutputHeight":720,"maxOutputWidth":1280,"mode":"interval","sourceUrl":"https://storage.example.com/clip.mov?signature=abc123"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"jobId":"6f1e28d4-3b52-4d0a-9c1f-2ab5cbe2f9c3","status":"queued","statusUrl":"https://ffpipe.example/v1/jobs/6f1e28d4-3b52-4d0a-9c1f-2ab5cbe2f9c3?t=9a1b2c3d4e5f60718293a4b5c6d7e8f9"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":true,"description":"Provide EXACTLY ONE of sourceUrl (we fetch it) or upload: true (you PUT the bytes to the uploadUrl returned in the 202), plus mode. The parameter each mode needs is stated in mode's own description; every number must be a JSON number, not a string. The result is a manifest listing each frame with its timestamp and its own download URL. Unknown properties are ignored; validation runs before any charge.","oneOf":[{"required":["sourceUrl"]},{"required":["upload"]}],"properties":{"count":{"description":"`evenly_spaced` only: how many frames to spread across the window.","maximum":1000,"minimum":1,"type":"integer"},"endTime":{"description":"Window end in seconds (0 = to the end). Must be greater than `startTime`; past the end of the media it is clamped.","minimum":0,"type":"number"},"format":{"default":"jpeg","description":"Image format of each frame. `jpeg` (default) is small and accepted by every vision API; `png` is lossless; `webp` splits the difference. `jpg` is accepted as a spelling of `jpeg`.","enum":["jpeg","jpg","webp","png"],"type":"string"},"fps":{"description":"`interval` only: frames per second, framerate-independent. May be below 1 - `0.5` is one frame every two seconds.","exclusiveMinimum":0,"maximum":120,"type":"number"},"maxFrames":{"default":1000,"description":"Ceiling on how many frames this job may produce, and also the hard limit: 1000 frames is what one job's flat price covers. A request whose sampling would exceed it fails before any decoding, with the predicted count in the message.","maximum":1000,"minimum":1,"type":"integer"},"maxOutputHeight":{"description":"Fit box height. Same rules as `maxOutputWidth`.","maximum":4096,"minimum":0,"type":"integer"},"maxOutputWidth":{"description":"Fit box width for each frame, applied to the source's DISPLAY dimensions: aspect preserved, never upscaled, oriented to the input (a portrait clip given 1920x1080 yields 1080x1920). 0 = no limit on this axis.","maximum":4096,"minimum":0,"type":"integer"},"mode":{"description":"How to pick frames. Required - there is no default, because every possible one implies a sampling rate you did not ask for. `all` every frame; `every_nth` every Nth decoded frame (needs `n`); `interval` a fixed rate in seconds (needs `fps`, may be below 1); `keyframes` keyframes only (cheap on long sources); `evenly_spaced` N samples across the window (needs `count`); `timestamps` one frame per given second (needs `timestamps`). Every mode is bounded by `maxFrames` (1000): `all` and `interval` on a long source, and `keyframes` on a dense one, can exceed it - the job then fails fast and, being our own limit rather than your mistake, earns the usual retry voucher. For long inputs prefer `interval`, `evenly_spaced` or `timestamps`.","enum":["all","every_nth","interval","keyframes","evenly_spaced","timestamps"],"type":"string"},"n":{"description":"`every_nth` only: keep every Nth DECODED frame. This is a frame index, not a time - on a variable-frame-rate source the spacing in seconds varies.","minimum":1,"type":"integer"},"quality":{"default":85,"description":"Encoder quality for `jpeg`/`webp`; ignored for the lossless `png`.","maximum":100,"minimum":1,"type":"integer"},"sourceUrl":{"description":"https URL we fetch the input from. Rejected before any charge if it is not https, is an IP literal, or resolves to a localhost/.internal/.local name; redirects are followed (max 3) and every hop is re-checked. We fetch from datacenter IP ranges - hosts that block datacenter egress will fail with `ingest_failed`, so prefer a presigned URL from storage you control. Body size cap: 100 MiB by default, enforced while streaming.","examples":["https://storage.example.com/clip.mov?signature=abc123"],"format":"uri","type":"string"},"startTime":{"description":"Window start in seconds (0 = from the beginning). Applies to every mode.","minimum":0,"type":"number"},"timestamps":{"description":"`timestamps` only: seconds into the source, one accurate frame each. Sorted for you. A timestamp at or past the end of the media fails the job.","examples":[[1.5,30,90.25]],"items":{"minimum":0,"type":"number"},"maxItems":1000,"type":"array"},"upload":{"const":true,"description":"Push intake: instead of a `sourceUrl`, reserve an upload window and PUT the raw bytes (<= 100 MiB, same cap) to the `uploadUrl` in the 202 before `uploadExpiresAt`. You are charged at the 202, before any bytes move: letting the window expire is a terminal `error` with no refund; a pipeline failure after your upload earns a `retryVoucher`.","type":"boolean"}},"required":["mode"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"description":"The 202 acceptance body. Every non-2xx answer is JSON { error: { code, message } } with code one of: invalid_request, invalid_source_url, source_too_large, ingest_failed, pipeline_error, payment_denied, rate_limited, daily_cap_exceeded, not_found, literal_path_template, gone, unknown_job, unauthorized, not_configured, unavailable - and, by the capture rule, a non-2xx response is never charged.","properties":{"fundingSource":{"description":"What paid for this acceptance: `x402` (the on-chain payment you signed), `credits` (your account's balance, when you sent a Bearer token) or `voucher` (a free retry). Stated back to you so a caller holding both a token and a wallet never has to guess which one it just spent.","enum":["x402","credits","voucher"],"type":"string"},"jobId":{"format":"uuid","type":"string"},"status":{"description":"`queued` for pull mode; `awaiting_upload` for upload mode (the job queues when your PUT completes).","enum":["queued","awaiting_upload"],"type":"string"},"statusUrl":{"description":"Free, token-gated status endpoint for this job. Keep it: the token is the only proof of ownership and is not recoverable.","format":"uri","type":"string"},"uploadExpiresAt":{"description":"Upload mode only: deadline for the PUT. Past it the job becomes a terminal `error` with no refund.","format":"date-time","type":"string"},"uploadUrl":{"description":"Upload mode only: PUT the raw bytes here before `uploadExpiresAt`. Keep it - this response is the ONLY place the upload token is handed out (the status route never repeats it), and it is not recoverable.","format":"uri","type":"string"}},"required":["jobId","status","statusUrl"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"ffpipe.dev","lastUpdated":"2026-09-07T21:21:54.843Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T21:21:54.221Z"},"liveness":{},"verified":false,"featured":false}]}