{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "echo-router-merit-systems-images-generations",
  "title": "Echo \u00b7 Images Generations",
  "url": "https://echo.router.merit.systems/images/generations",
  "category": "finance",
  "summary": "Echo \u00b7 Images Generations \u2014 x402-protected finance API. Pay $0.313 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Echo \u00b7 Images Generations \u2014 x402 finance API \u00b7 $0.313 per call",
    "description": "Echo \u00b7 Images Generations \u2014 x402-protected finance API. Pay $0.313 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 10.428,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x034128338730855a835a4ab9c16a0fbd27441b0f",
      "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "max_amount_required_atomic": "312838",
      "max_timeout_seconds": 1000,
      "mime_type": "application/json",
      "description": "Creates images using OpenAI's image generation models. Supports text-to-image generation with customizable size, quality, and style parameters.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyFields": {
            "n": {
              "type": "integer"
            },
            "size": {
              "enum": [
                "256x256",
                "512x512",
                "1024x1024"
              ],
              "type": "string"
            },
            "user": {
              "type": "string"
            },
            "model": {
              "enum": [
                "gpt-image-1"
              ],
              "type": "string"
            },
            "prompt": {
              "type": "string"
            },
            "response_format": {
              "enum": [
                "url",
                "b64_json"
              ],
              "type": "string"
            }
          }
        },
        "output": {
          "data": {
            "type": "array",
            "items": {
              "anyOf": [
                {
                  "type": "object",
                  "required": [
                    "url"
                  ],
                  "properties": {
                    "url": {
                      "type": "string",
                      "format": "uri"
                    }
                  },
                  "additionalProperties": false
                },
                {
                  "type": "object",
                  "required": [
                    "b64_json"
                  ],
                  "properties": {
                    "b64_json": {
                      "type": "string",
                      "minLength": 1
                    }
                  },
                  "additionalProperties": false
                }
              ]
            },
            "minItems": 1
          },
          "created": {
            "type": "integer",
            "maximum": 9007199254740991,
            "minimum": -9007199254740991
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "echo-router-merit-systems",
    "host": "echo.router.merit.systems",
    "url": "https://echo.router.merit.systems",
    "favicon": "https://echo.router.merit.systems/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/echo-router-merit-systems-images-generations",
    "url": "https://x402all.com/resource/echo-router-merit-systems-images-generations",
    "name": "Echo \u00b7 Images Generations",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/echo-router-merit-systems-images-generations",
      "@type": "Offer",
      "price": "0.312838",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.312838",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://echo.router.merit.systems/images/generations",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/echo-router-merit-systems",
      "url": "https://echo.router.merit.systems",
      "name": "echo.router.merit.systems",
      "@type": "Organization"
    },
    "identifier": "echo-router-merit-systems-images-generations",
    "description": "Echo \u00b7 Images Generations \u2014 x402-protected finance API. Pay $0.313 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=echo-router-merit-systems-images-generations",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=echo-router-merit-systems-images-generations",
  "callability": {
    "status": "partial",
    "schema_callability": 0.282,
    "source": "facilitator_bazaar",
    "source_confidence": 0.75,
    "match_confidence": 0.4,
    "schema_confidence": 0.2,
    "validated_at": "2026-05-10T22:34:52.614621+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://echo.router.merit.systems/images/generations",
    "content_type": "application/json",
    "response_schema": {
      "data": {
        "type": "array",
        "items": {
          "anyOf": [
            {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "format": "uri"
                }
              },
              "additionalProperties": false
            },
            {
              "type": "object",
              "required": [
                "b64_json"
              ],
              "properties": {
                "b64_json": {
                  "type": "string",
                  "minLength": 1
                }
              },
              "additionalProperties": false
            }
          ]
        },
        "minItems": 1
      },
      "created": {
        "type": "integer",
        "maximum": 9007199254740991,
        "minimum": -9007199254740991
      }
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "partial"
    },
    "contract_hash": "e46284f59a28eaa34b5a18025f0da55efc490e0f18584dd1285bb0c648faf3c7"
  }
}