S

Suede AI · Agent Image

by Suede AI

POSTBase

$0.15

per call · USD Coin on Base

AI image generation from a text prompt. Generate album and single cover art, podcast and video thumbnails, social and campaign graphics, concept art, storyboard frames, product shots, and article illustrations. Returns one hosted still image as PNG or JPEG in square, portrait, or widescreen framing (1:1, 4:5, 9:16, 16:9, 21:9). Async by default: poll the returned pollUrl for imageUrl, or pass ?async=false to block.

Endpoint

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

5

Calls / 30d

2

Unique payers / 30d

Sep 4

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

Example response

{
  "jobId": "image-job-example",
  "pollUrl": "https://app.suedeai.ai/agent/image/image-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