Generates product images for ecommerce
Generates product images for ecommerce: SFW product concepts, studio-style mockups, and catalog creative from prompts. Same fast Venice-backed backend as image-generate. Use it as an ecommerce product creative or marketplace listing image generation API.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
21 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://x402.agentutility.ai/product-image-generate
| Category | Image and media |
|---|---|
| Provider host | x402.agentutility.ai |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 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 | 21 ms |
Example input (from the provider)
{
"body": {
"height": 1024,
"prompt": "Minimal studio product photo of a matte black smart notebook on white background",
"tier": "fast",
"width": 1024
},
"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": {
"properties": {
"cfg_scale": {
"description": "Optional classifier-free guidance scale passed to Venice.",
"type": "number"
},
"height": {
"description": "Output height in px, 256-1024. Snapped to a multiple of 16. Default 1024.",
"type": "number"
},
"model": {
"description": "Explicit Venice model override, restricted to this endpoint's cheap allow-list. Use tier instead unless you need a specific model.",
"type": "string"
},
"negative_prompt": {
"description": "Optional text describing what to avoid in the image.",
"type": "string"
},
"prompt": {
"description": "Product image prompt. Up to 2000 chars.",
"type": "string"
},
"seed": {
"description": "Optional integer seed for reproducible output.",
"type": "number"
},
"steps": {
"description": "Optional diffusion step count passed to Venice.",
"type": "number"
},
"tier": {
"description": "Model shorthand: 'fast' (z-image-turbo), 'creative' (chroma), 'anime' (wai-Illustrious), or 'sd35' (venice-sd35). Default fast.",
"enum": [
"fast",
"creative",
"anime",
"sd35"
],
"type": "string"
},
"width": {
"description": "Output width in px, 256-1024. Snapped to a multiple of 16. Default 1024.",
"type": "number"
}
},
"required": [
"prompt"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"height": {
"type": "integer"
},
"image_url": {
"type": "string"
},
"model": {
"type": "string"
},
"source": {
"type": "string"
},
"width": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}