C

CueFrame · Media Import

by CueFrame

POSTBase

$0.01

per call · USD Coin on Base

Import media into the project from a public https URL — the server fetches and mirrors the bytes (SSRF-filtered), then processes it (transcode + transcribe). Async: returns a media id that flips to ready when the mirror and processing finish; poll GET /media/:id or use a media.completed webhook.

Endpoint

POST https://api.cueframe.ai/v1/media/import

38

Calls / 30d

1

Unique payers / 30d

Aug 26

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://api.cueframe.ai/v1/media/import", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "audioRole": "vo",
    "contentType": "video/mp4",
    "filename": "string",
    "size": 0,
    "url": "https://example.com"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://api.cueframe.ai/v1/media/import" \
  -H "Content-Type: application/json" \
  -d '{"audioRole":"vo","contentType":"video/mp4","filename":"string","size":0,"url":"https://example.com"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "id": "string",
  "status": "importing",
  "workflowId": "string"
}

Payment details

Pay to0xa82c8b6971a7379badb2fb96032d82af46eccc0a
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 CueFrame & similar services