Generate agent-ready image assets (icons, logos, social graphics, thumbnails, ba
Generate agent-ready image assets (icons, logos, social graphics, thumbnails, banners) with gpt-image-1. Claude refines the prompt, screens content, adds alt text and a score. Returns image_url as a base64 PNG data URI. Flat $0.25; n=1; ratios 1:1/16:9/9:16.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
937 msmedian answer time
$0.25listed price per call
$0.25price 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://netintel.dev/ai-image/generate
| Category | Image and media |
|---|---|
| Provider host | netintel.dev |
| 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.25 | 937 ms |
Example input (from the provider)
{
"body": {
"aspect_ratio": "1:1",
"prompt": "clean modern app icon for a network intelligence API",
"use_case": "app_icon"
},
"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": {
"aspect_ratio": {
"description": "1:1, 16:9, or 9:16 (aliases like square/wide/tall accepted).",
"type": "string"
},
"brand_colors": {
"description": "Optional palette.",
"items": {
"type": "string"
},
"type": "array"
},
"n": {
"description": "Image count \u2014 currently clamped to 1.",
"type": "number"
},
"prompt": {
"description": "What to create (3-2000 chars).",
"type": "string"
},
"provider": {
"description": "Optional image backend override; unknown values 400.",
"type": "string"
},
"style": {
"description": "Optional art direction.",
"type": "string"
},
"use_case": {
"description": "One of: app_icon, logo, banner, avatar, social_graphic, og_image, blog_thumbnail, product_mockup, illustration, web_image (default). Unknown values fall back to web_image with a warning.",
"type": "string"
}
},
"required": [
"prompt"
],
"type": "object"
},
"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": {
"alt_text": {
"type": "string"
},
"grade": {
"type": "string"
},
"image_url": {
"type": "string"
},
"revised_prompt": {
"type": "string"
},
"score": {
"type": "number"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}