{
  "x402Version": 2,
  "id": 3695,
  "slug": "3695",
  "resource": "https://api.webbersites.com/api/logo/generate",
  "description": "Logo generator: POST a company name (+ optional tagline), an icon (search query or exact Font Awesome name), 1-3 brand colors (hex or CSS names), a mark shape (squircle/rounded/circle/square/transparent) and a layout — icon above/below the name (square logo) or beside it (wide lockup) — and get a finished logo as SVG + PNG. Text set in one of six curated open-license fonts (named or randomly rotated), rendered as vector paths.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xdd5fcEa81CA6f1EB39FEd5B973DE794293B81ba6",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "colors": [
              "#ff6b35",
              "#b23b18"
            ],
            "font": "montserrat",
            "layout": "bottom",
            "name": "Northwind",
            "query": "rocket",
            "shape": "squircle",
            "tagline": "Data for autonomous agents"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "font": {
              "key": "montserrat",
              "label": "Montserrat Bold"
            },
            "height": 1024,
            "icon": {
              "name": "rocket",
              "style": "solid"
            },
            "layout": "bottom",
            "name": "Northwind",
            "png_base64": "iVBOR…",
            "svg": "<svg …>",
            "width": 1024
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "bg": {
                    "description": "Canvas background color (default transparent)",
                    "type": "string"
                  },
                  "colors": {
                    "description": "1-3 colors, hex or CSS names: [0] brand (mark bg, or glyph if transparent), [1] gradient partner, [2] text color (default: brand)",
                    "type": "array"
                  },
                  "fg": {
                    "description": "Glyph color override (default white on filled shapes)",
                    "type": "string"
                  },
                  "font": {
                    "description": "montserrat, playfair, space-grotesk, bebas, poppins, dm-serif — omit for random",
                    "type": "string"
                  },
                  "icon": {
                    "description": "Exact Font Awesome icon name (skips search)",
                    "type": "string"
                  },
                  "layout": {
                    "description": "Mark position vs text: bottom (mark above name, square — default), top (name above mark, square), right or left (side-by-side wide lockup)",
                    "type": "string"
                  },
                  "name": {
                    "description": "Company/product wordmark text (required, max 40 chars)",
                    "type": "string"
                  },
                  "query": {
                    "description": "Icon search text — best Font Awesome match becomes the mark",
                    "type": "string"
                  },
                  "shape": {
                    "description": "Mark background: squircle (default), rounded, circle, square, transparent",
                    "type": "string"
                  },
                  "style": {
                    "description": "Icon style: solid (default), regular, or brands",
                    "type": "string"
                  },
                  "tagline": {
                    "description": "Optional tagline under the name (max 60 chars)",
                    "type": "string"
                  }
                },
                "required": [
                  "name"
                ]
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "font": {
                    "type": "object"
                  },
                  "height": {
                    "type": "number"
                  },
                  "icon": {
                    "type": "object"
                  },
                  "name": {
                    "type": "string"
                  },
                  "png_base64": {
                    "type": "string"
                  },
                  "svg": {
                    "type": "string"
                  },
                  "width": {
                    "type": "number"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.webbersites.com",
  "lastUpdated": "2026-08-30T02:41:44.777Z",
  "quality": {
    "calls30d": 8,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-30T02:42:39.272Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.webbersites.com",
    "manifest_name": "api.webbersites.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}