Delx Commerce cheap image generation API for agents at $0.01 USDC
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1484 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.delx.ai/api/v1/x402/image
| Category | Image and media |
|---|---|
| Provider host | api.delx.ai |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 24 from 13 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 1484 ms |
Example input (from the provider)
{
"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"
}
Promised output schema (from the provider)
{
"$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"
}