AgentUtility.ai · Image Generate

by AgentUtility.ai

POSTBaseSolana

$0.011

per call · USD Coin on Base

Turn an approved image brief into a controlled next PNG when an agent needs to iterate without losing the prompt setup. Send a text prompt with optional width, height, tier, model, seed, and negative prompt; receive a hosted image URL plus the resolved model, final dimensions, prompt, seed, and timing. Venice is primary, with automatic fal.ai Z-Image Turbo failover after a definitive provider error. Keep the canvas, tier, and seed from an approved response fixed, then change one prompt detail for the next paid image pass. Choose fast for drafts, creative for campaign artwork, anime for illustration, or sd35 for Stable Diffusion-style output. Use it as an AI image generator API, repeatable text-to-image API, prompt-to-PNG API, or hosted image-production endpoint.

Endpoint

POST https://x402.agentutility.ai/image-generate

2

Calls / 30d

1

Unique payers / 30d

Sep 5

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://x402.agentutility.ai/image-generate", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "height": 1024,
    "prompt": "Studio product photo of a matte black smart notebook on a warm off-white surface, soft side light, no text",
    "seed": 481516,
    "tier": "fast",
    "width": 1024
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://x402.agentutility.ai/image-generate" \
  -H "Content-Type: application/json" \
  -d '{"height":1024,"prompt":"Studio product photo of a matte black smart notebook on a warm off-white surface, soft side light, no text","seed":481516,"tier":"fast","width":1024}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "elapsed_ms": 3200,
  "height": 1024,
  "image_url": "https://v3.fal.media/files/abc/xyz/image.png",
  "model": "z-image-turbo",
  "prompt": "Studio product photo of a matte black smart notebook on a warm off-white surface, soft side light, no text",
  "seed": null,
  "source": "venice",
  "tier": "fast",
  "venice_request_id": "ven_4f8a2b...",
  "width": 1024
}

Payment details

Pay to0x6c0752c09e7f6fa6526fcdf40e456a159ebb5621
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 AgentUtility.ai & similar services

AgentUtility.ai · Stocks News

x402.agentutility.ai

Fetches recent stock market news on equities, earnings, IPOs, the Fed, and macro from GDELT with a GNews fallback when configured, returning headline metadata with sentiment and source domains. The equities companion to crypto-news. Data-only news digests; no price prediction, trading advice, or order routing. Use it as a stocks news API, equities news feed, earnings news source, or Wall Street headlines for agents.

POSTBaseMarket Data
$0.005 / call280 calls / 30d

AgentUtility.ai · Search Site

x402.agentutility.ai

Site/domain-scoped search via Decodo Google results. If primary search is quota-limited, a best-effort fallback maps site: to GDELT domain: and returns marked degraded recent public-news results (https://www.gdeltproject.org/); fallback recency is capped at 168 hours and only news-indexed pages can appear. Use it as a domain-search API for agents.

POSTBaseSearch & Web
$0.006 / call83 calls / 30d

AgentUtility.ai · Recent Tweet Search

x402.agentutility.ai

Repeat a saved recent-tweet search to monitor a brand, topic, or phrase over time. Send the same query, language, and max_results on each check; it returns recent public post text, timestamps, metrics, and expanded author profiles. If native X search cannot answer, the tweets array contains clearly labeled public-index results with degraded: true instead of an empty paid response. Read-only: no posting, replying, liking, following, or direct-message access. Use it as a recent tweet search API, Twitter monitoring API, saved-query watchlist, or X public-post search.

POSTBaseSocial & Community
$0.006 / call75 calls / 30d