ToolAssay

Logo generator

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
258 msmedian answer time
$0.02listed price per call
$0.02price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.webbersites.com/api/logo/generate

CategoryCompany and compliance
Provider hostapi.webbersites.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days8 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 258 ms

Example input (from the provider)

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

Promised output schema (from the provider)

{
  "$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 \u2014 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 \u2014 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 \u2014 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"
}

This page as JSON