K

kino402 · Generate

by kino402

POSTBaseSolana

$0.056

per call · USD Coin on Base

Seedance 1.5 pro: 4s at 480p

Endpoint

POST https://kino402.com/v1/generate

4

Calls / 30d

1

Unique payers / 30d

Sep 2

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://kino402.com/v1/generate", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "duration_s": 4,
    "model": "seedance-1.5-pro",
    "prompt": "A lemon on a workbench, static camera, soft light.",
    "resolution": "480p"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://kino402.com/v1/generate" \
  -H "Content-Type: application/json" \
  -d '{"duration_s":4,"model":"seedance-1.5-pro","prompt":"A lemon on a workbench, static camera, soft light.","resolution":"480p"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "job_id": "k3n8s1v0w2x9",
  "price": {
    "atomic_usdc": "56000",
    "usd": "$0.056"
  },
  "status": "queued",
  "status_url": "https://kino402.com/v1/jobs/k3n8s1v0w2x9"
}

Payment details

Pay to0x2a266c87f7b0d1f8a471d2d5234f5cf4fb62b206
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

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

Get featured →

More from kino402 & similar services