$0.25
per call · USD Coin on Base
Generate an AI image from a text prompt via FLUX Schnell — fast text-to-image for drafts, mockups, concept art, marketing images, and social graphics. Built for agents and automated content pipelines: pass a prompt and aspect ratio (1:1, 16:9, 9:16, 4:3), get back a hosted image URL. Create AI art via API — pay-per-call via x402 USDC on Base, no API key, no signup, no rate-limited free tier.
Endpoint
GET https://imagegen.coinopai.com/generate28
Calls / 30d
5
Unique payers / 30d
Sep 8
Last called
exact
Payment scheme
Call this service
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://imagegen.coinopai.com/generate", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://imagegen.coinopai.com/generate?aspect=1%3A1&prompt=a+cat+wearing+sunglasses+on+a+beach" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"aspect": "1:1",
"generated_at": "2026-05-13T14:30:00.000Z",
"image_url": "https://cdn.forgemesh.io/images/example.png",
"prompt": "a cat wearing sunglasses on a beach"
}Payment details
0x4c1a4fce51fea51f128a01cce8becb106d391155USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Media & Generation and the homepage with a featured placement.
More from Coinopai & similar services
Coinopai · Categories
x402.coinopai.com
Returns the 4 top-level product categories (market intelligence, workflows, media generation, infrastructure) with endpoint lists and service counts — use it to route discovery before browsing individual services.
Coinopai · Generate HD
imagegen.coinopai.com
Start a high-resolution AI image job from a text prompt, using FLUX 1.1 Pro plus a 4x Real-ESRGAN upscale. The paid response returns HTTP 202 with a job_id and a free status_url to poll until the image succeeds or fails, preventing long generation from being lost to an HTTP proxy timeout.
Coinopai · Search
x402.coinopai.com
Returns matching workflows from 819 agent automation prompts with slug, title, description, and complexity — use it to find a ready-made automation instead of building one from scratch. Search by keyword to locate a Slack-to-Notion sync, an email-to-CRM pipeline, a dev-tool integration, or any pre-built workflow an agent can run directly, ranked by relevance with pagination via limit and offset.