Unnamed service
GET lotusnetworkapi.com/api/v1/generate-image
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Text-to-image generation powered by FLUX.2 [pro]. Send a prompt, get back a 1024x1024 image as base64 JSON or raw bytes, plus a durable direct URL. No API key or account needed.
Resource: lotusnetworkapi.com/api/v1/generate-image
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x3268C9434D8603957420f04510CA0ff6097A5C64
Payment methods: — · Last validation: 2026-09-14 16:35:01.341+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"prompt"
],
"properties": {
"format": {
"enum": [
"json",
"binary"
],
"type": "string"
},
"prompt": {
"type": "string",
"description": "Text description of the image to generate"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"image": {
"type": "string",
"description": "Base64-encoded image"
},
"model": {
"type": "string"
},
"prompt": {
"type": "string"
},
"success": {
"type": "boolean"
},
"mimeType": {
"type": "string"
},
"absoluteUrl": {
"type": "string"
},
"downloadUrl": {
"type": "string"
},
"retentionDays": {
"type": "number"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x3268C9434D8603957420f04510CA0ff6097A5C64",
"amount": "80000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x3268C9434D8603957420f04510CA0ff6097A5C64",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "80000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.