S

Suede AI · Agent Video

by Suede AI

POSTBase

$4.99

per call · USD Coin on Base

AI video generation from a text prompt. Returns an 8-second 720p clip with native audio. Use for short-form video, b-roll, product shots, music-video visuals, social clips, and ads. Include sound cues (instruments, voices, weather, movement) since audio is generated from the scene; a silent scene renders near-silent by design. Async by default: poll the returned pollUrl for videoUrl, or pass ?async=false to block.

Endpoint

POST https://app.suedeai.ai/agent/video

2

Calls / 30d

2

Unique payers / 30d

Sep 3

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://app.suedeai.ai/agent/video", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "aspectRatio": "16:9",
    "durationSeconds": 8,
    "prompt": "<prompt>"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://app.suedeai.ai/agent/video" \
  -H "Content-Type: application/json" \
  -d '{"aspectRatio":"16:9","durationSeconds":8,"prompt":"<prompt>"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "jobId": "video-job-example",
  "pollUrl": "https://app.suedeai.ai/agent/video/video-job-example",
  "provider": "suede",
  "status": "queued"
}

Payment details

Pay to0x10ff767043a1723e0bb5b9207bc37d3442cc9e4f
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 Suede AI & similar services