{
  "endpoint": "https://mondello.dev/api/x402/media/image/generate",
  "method": "POST",
  "contentType": "application/json",
  "price": "$0.05",
  "network": "eip155:8453",
  "asset": "USDC",
  "payTo": "0x0E4d1C7Ca47879C7Dd518526ef38f290C7081028",
  "description": "Generate an editorial hero image via the hosted provider chain. Charged per call only after successful generation and quality review (validate payment → generate → review → settle).",
  "body": {
    "title": "string (required, main subject)",
    "excerpt": "string (optional, context)",
    "style": "editorial-minimal | photographic | illustration (default: editorial-minimal)",
    "aspectRatio": "16:9 | 1:1 | 4:3 (default: 16:9)"
  },
  "returns": "image/jpeg bytes on success",
  "notes": [
    "Failures (5xx) never settle: your payment signature stays unspent. Retry with the same body + signature."
  ],
  "example": {
    "curl": "curl -X POST https://mondello.dev/api/x402/media/image/generate \\\n  -H \"Content-Type: application/json\" \\\n  --data '{\"title\":\"An agent-era blog\",\"style\":\"editorial-minimal\"}'"
  }
}