{
  "x402Version": 2,
  "id": 14442,
  "slug": "14442",
  "resource": "https://archtools.dev/v1/tools/image-generate",
  "description": "Generate images from text prompts. Pay per call with USDC (x402) or credits - archtools.dev",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x2583aAc89f58a63D9CCbeDaa5e3BaF2196Aa967e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 60
    },
    {
      "scheme": "exact",
      "network": "eip155:137",
      "payTo": "0x2583aAc89f58a63D9CCbeDaa5e3BaF2196Aa967e",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "amount": "30000",
      "maxTimeoutSeconds": 60
    },
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x2583aAc89f58a63D9CCbeDaa5e3BaF2196Aa967e",
      "asset": "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2",
      "amount": "30000",
      "maxTimeoutSeconds": 60
    },
    {
      "scheme": "exact",
      "network": "eip155:137",
      "payTo": "0x2583aAc89f58a63D9CCbeDaa5e3BaF2196Aa967e",
      "asset": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
      "amount": "30000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "prompt": "example",
            "size": "1024x1024",
            "style": "vivid"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "ok": true
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/tools/image-generate",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "body": {
                "properties": {
                  "prompt": {
                    "description": "Image description / prompt",
                    "type": "string"
                  },
                  "size": {
                    "default": "1024x1024",
                    "enum": [
                      "1024x1024",
                      "1792x1024",
                      "1024x1792"
                    ],
                    "type": "string"
                  },
                  "style": {
                    "default": "vivid",
                    "enum": [
                      "vivid",
                      "natural"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "prompt"
                ],
                "type": "object"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "archtools.dev",
  "lastUpdated": "2026-09-04T07:00:19.593Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-04T07:00:19.284Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "archtools.dev",
    "manifest_name": "archtools.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}