mirrored listing x402 eip155:8453

Logo generator: POST a company name (+ optional tagline), an icon (search query or exact F

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.

Do you run api.webbersites.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
20000 (raw units)
price
8
calls / 30d
1
unique payers
2026-08-30
updated

Provider

api.webbersites.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xdd5fcEa81CA6f1EB39FEd5B973DE794293B81ba6",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "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"
    }
  }
}

Use it

curl

curl "https://api.webbersites.com/api/logo/generate"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.webbersites.com/api/logo/generate");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.webbersites.com/api/logo/generate")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/3695.json, and this resource appears in /discovery/resources and /discovery/search.