{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "stablemerch-dev-api-shirts-from-image",
  "title": "StableMerch \u00b7 Custom Shirt from Image",
  "url": "https://stablemerch.dev/api/shirts/from-image",
  "category": "media",
  "summary": "Create custom shirt designs from uploaded images with global fulfillment.",
  "seo": {
    "title": "Custom AI Shirt Design API | StableMerch x402",
    "description": "Generate custom shirt designs from your images. Pay 40 USDC per call via x402. Base and Solana network AI merchandise creation with global shipping."
  },
  "use_cases": [
    "Generate merchandise from AI-generated or personal images",
    "Create branded apparel for communities",
    "Produce physical products from digital assets",
    "Automate print-on-demand with design validation"
  ],
  "ideal_buyer": "Merchandise agents and community managers creating physical products from digital content.",
  "example_prompt": "Create a custom shirt from this image with shipping to New York, and add a $5 commission for the designer.",
  "example_request_body": {
    "address_to": {
      "city": "New York",
      "email": "buyer@example.com",
      "country": "US",
      "address1": "123 Main St"
    },
    "commission_usd": 5
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 500,
    "median_category_atomic": 80000
  },
  "pricing_review_required": true,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xdb5aa553feeb2c3e3d03e8360b36fb0f7e480671",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "40000000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Custom shirt from your image. Base price: $20. Commission (if provided) is added on top.",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "imageUrl",
              "size",
              "color",
              "address_to"
            ],
            "properties": {
              "size": {
                "enum": [
                  "S",
                  "M",
                  "L",
                  "XL",
                  "2XL",
                  "3XL",
                  "4XL",
                  "5XL"
                ],
                "type": "string",
                "default": "XL"
              },
              "color": {
                "enum": [
                  "Black",
                  "White"
                ],
                "type": "string",
                "default": "White"
              },
              "imageUrl": {
                "type": "string",
                "minLength": 1,
                "description": "HTTP/HTTPS URL or base64 data URL (data:image/...)"
              },
              "address_to": {
                "type": "object",
                "required": [
                  "first_name",
                  "last_name",
                  "email",
                  "phone",
                  "country",
                  "region",
                  "address1",
                  "address2",
                  "city",
                  "zip"
                ],
                "properties": {
                  "zip": {
                    "type": "string",
                    "minLength": 1
                  },
                  "city": {
                    "type": "string",
                    "minLength": 1
                  },
                  "email": {
                    "type": "string",
                    "format": "email",
                    "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"
                  },
                  "phone": {
                    "type": "string",
                    "default": "",
                    "maxLength": 32,
                    "minLength": 7
                  },
                  "region": {
                    "type": "string",
                    "minLength": 1
                  },
                  "country": {
                    "type": "string",
                    "pattern": "^[A-Z]{2}$"
                  },
                  "address1": {
                    "type": "string",
                    "minLength": 1
                  },
                  "address2": {
                    "type": "string",
                    "default": ""
                  },
                  "last_name": {
                    "type": "string",
                    "minLength": 1
                  },
                  "first_name": {
                    "type": "string",
                    "minLength": 1
                  }
                },
                "additionalProperties": false
              },
              "commission_rate": {
                "type": "number",
                "description": "Commission as a decimal (e.g. 0.1 = 10%). Added on top of the base price \u2014 the buyer pays base + (base \u00d7 rate).",
                "exclusiveMaximum": 1,
                "exclusiveMinimum": 0
              },
              "commission_address": {
                "type": "string",
                "description": "EVM address to receive the commission. Must be provided together with commission_rate."
              }
            },
            "additionalProperties": false
          },
          "type": "http",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {}
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "Hmtw85eQhXVPfNYFaNHNpitrsRqfFREWxWxNXnv9fBdT",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "40000000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Custom shirt from your image. Base price: $20. Commission (if provided) is added on top.",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "imageUrl",
              "size",
              "color",
              "address_to"
            ],
            "properties": {
              "size": {
                "enum": [
                  "S",
                  "M",
                  "L",
                  "XL",
                  "2XL",
                  "3XL",
                  "4XL",
                  "5XL"
                ],
                "type": "string",
                "default": "XL"
              },
              "color": {
                "enum": [
                  "Black",
                  "White"
                ],
                "type": "string",
                "default": "White"
              },
              "imageUrl": {
                "type": "string",
                "minLength": 1,
                "description": "HTTP/HTTPS URL or base64 data URL (data:image/...)"
              },
              "address_to": {
                "type": "object",
                "required": [
                  "first_name",
                  "last_name",
                  "email",
                  "phone",
                  "country",
                  "region",
                  "address1",
                  "address2",
                  "city",
                  "zip"
                ],
                "properties": {
                  "zip": {
                    "type": "string",
                    "minLength": 1
                  },
                  "city": {
                    "type": "string",
                    "minLength": 1
                  },
                  "email": {
                    "type": "string",
                    "format": "email",
                    "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"
                  },
                  "phone": {
                    "type": "string",
                    "default": "",
                    "maxLength": 32,
                    "minLength": 7
                  },
                  "region": {
                    "type": "string",
                    "minLength": 1
                  },
                  "country": {
                    "type": "string",
                    "pattern": "^[A-Z]{2}$"
                  },
                  "address1": {
                    "type": "string",
                    "minLength": 1
                  },
                  "address2": {
                    "type": "string",
                    "default": ""
                  },
                  "last_name": {
                    "type": "string",
                    "minLength": 1
                  },
                  "first_name": {
                    "type": "string",
                    "minLength": 1
                  }
                },
                "additionalProperties": false
              },
              "commission_rate": {
                "type": "number",
                "description": "Commission as a decimal (e.g. 0.1 = 10%). Added on top of the base price \u2014 the buyer pays base + (base \u00d7 rate).",
                "exclusiveMaximum": 1,
                "exclusiveMinimum": 0
              },
              "commission_address": {
                "type": "string",
                "description": "EVM address to receive the commission. Must be provided together with commission_rate."
              }
            },
            "additionalProperties": false
          },
          "type": "http",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {}
        }
      }
    }
  ],
  "origin": {
    "slug": "stablemerch-dev",
    "host": "stablemerch.dev",
    "title": "StableMerch",
    "description": "Custom shirts designed by AI, purchased by agents. Checkout in Claude via x402.",
    "url": "https://stablemerch.dev",
    "og_image": "https://stablemerch.dev/og.png",
    "favicon": "https://stablemerch.dev/favicon.ico?favicon.529ac52c.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/stablemerch-dev-api-shirts-from-image",
    "url": "https://x402all.com/resource/stablemerch-dev-api-shirts-from-image",
    "name": "StableMerch \u00b7 Custom Shirt from Image",
    "@type": "WebAPI",
    "offers": [
      {
        "url": "https://x402all.com/resource/stablemerch-dev-api-shirts-from-image",
        "@type": "Offer",
        "price": "40",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "40.000000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent",
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "base"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
          }
        ]
      },
      {
        "url": "https://x402all.com/resource/stablemerch-dev-api-shirts-from-image",
        "@type": "Offer",
        "price": "40",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "40.000000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent",
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "solana"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ]
      }
    ],
    "sameAs": "https://stablemerch.dev/api/shirts/from-image",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/stablemerch-dev",
      "url": "https://stablemerch.dev",
      "name": "StableMerch",
      "@type": "Organization"
    },
    "identifier": "stablemerch-dev-api-shirts-from-image",
    "description": "Generate custom shirt designs from your images. Pay 40 USDC per call via x402. Base and Solana network AI merchandise creation with global shipping.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=stablemerch-dev-api-shirts-from-image",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "media"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=stablemerch-dev-api-shirts-from-image"
}
