mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Delx Commerce cheap image generation API for agents at $0

Delx Commerce cheap image generation API for agents at $0.01 USDC. Call when you need a product visual, ad creative, thumbnail, banner, logo concept, or social graphic with no API key or monthly plan. Commercial FLUX Schnell stills via x402 on Base or Solana—public WebP URL, SHA-256 receipt, and 11 aspect ratios. No subscription.

Do you run api.delx.ai? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
10000 (raw units)
price
24
calls / 30d
12
unique payers
2026-09-11
updated

Provider

api.delx.ai · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x9f8bd9875b3E0b632a24A3A7C73f7787175e73A2",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x9f8bd9875b3E0b632a24A3A7C73f7787175e73A2",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "28heAMpFkeUJsL7o7apiK4oJwZWq2fUHinRwbgYYsemG",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "category": "image",
    "info": {
      "input": {
        "body": {
          "aspect_ratio": "1:1",
          "prompt": "A friendly robot creating digital art for an AI agent",
          "quality_profile": "balanced"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "aspect_ratio": "1:1",
          "bytes": 21302,
          "generation_id": "d61c158acd974528be6af43a3bfac50f",
          "height": 1024,
          "image_url": "https://api.delx.ai/api/v1/generated-images/d61c158acd974528be6af43a3bfac50f.webp",
          "media_type": "image/webp",
          "model": "black-forest-labs/flux-schnell",
          "prompt_policy_version": "balanced/v1",
          "provider": "replicate",
          "quality_profile": "balanced",
          "sale_price_usdc": 0.01,
          "sha256": "b1fee3065c234364feb056ee4ad06f135c0d30039eaff0e92e52e371e884cb29",
          "width": 1024
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "properties": {
                "aspect_ratio": {
                  "default": "1:1",
                  "enum": [
                    "1:1",
                    "16:9",
                    "21:9",
                    "3:2",
                    "2:3",
                    "4:5",
                    "5:4",
                    "3:4",
                    "4:3",
                    "9:16",
                    "9:21"
                  ],
                  "type": "string"
                },
                "model": {
                  "description": "Optional commercial Replicate model in the same SKU price band. Defaults to black-forest-labs/flux-schnell. Aliases: flux-schnell, flux-dev. Never mediagen/SuperGrok. Response includes upstream_cost and gross_margin markup fields.",
                  "enum": [
                    "black-forest-labs/flux-schnell",
                    "black-forest-labs/flux-dev",
                    "flux-schnell",
                    "flux-dev",
                    "schnell",
                    "flux",
                    "dev"
                  ],
                  "type": "string"
                },
                "prompt": {
                  "description": "Text description of the image to generate.",
                  "maxLength": 2000,
                  "minLength": 1,
                  "type": "string"
                },
                "quality_profile": {
                  "default": "balanced",
                  "description": "balanced applies versioned anti-artifact quality guidance; raw forwards the prompt unchanged.",
                  "enum": [
                    "balanced",
                    "raw"
                  ],
                  "type": "string"
                }
              },
              "required": [
                "prompt"
              ],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST",
                "PUT",
                "PATCH"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "aspect_ratio": "1:1",
              "bytes": 21302,
              "generation_id": "d61c158acd974528be6af43a3bfac50f",
              "height": 1024,
              "image_url": "https://api.delx.ai/api/v1/generated-images/d61c158acd974528be6af43a3bfac50f.webp",
              "media_type": "image/webp",
              "model": "black-forest-labs/flux-schnell",
              "prompt_policy_version": "balanced/v1",
              "provider": "replicate",
              "quality_profile": "balanced",
              "sale_price_usdc": 0.01,
              "sha256": "b1fee3065c234364feb056ee4ad06f135c0d30039eaff0e92e52e371e884cb29",
              "width": 1024
            },
            "type": {
              "const": "json",
              "type": "string"
            }
          },
          "required": [
            "type",
            "example"
          ],
          "type": "object"
        }
      },
      "required": [
        "input",
        "output"
      ],
      "type": "object"
    },
    "serviceName": "FLUX Image for Agents",
    "summary": "Delx Commerce cheap image generation API for agents at $0.01 USDC. Call when you need a product visual, ad creative, thumbnail, banner, logo concept, or social graphic with no API key or monthly plan. Commercial FLUX Schnell stills via x402 on Base or Solana—public WebP URL, SHA-256 receipt, and 11 aspect ratios. No subscription.",
    "tags": [
      "x402",
      "ai-image",
      "text-to-image",
      "image-generation",
      "image-generation-api"
    ]
  },
  "payment-identifier": {
    "info": {
      "required": false
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "id": {
          "maxLength": 128,
          "minLength": 16,
          "pattern": "^[a-zA-Z0-9_-]+$",
          "type": "string"
        },
        "required": {
          "type": "boolean"
        }
      },
      "required": [
        "required"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.delx.ai/api/v1/x402/image"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.delx.ai/api/v1/x402/image");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.delx.ai/api/v1/x402/image")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/4048.json, and this resource appears in /discovery/resources and /discovery/search.