post_logo_generate
ActiveTool of io.github.webberdesign/webbersites-x402-data-api
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. ($0.02 per call, paid via x402)
Parameters schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"bg": {
"type": "string",
"description": "Canvas background color (default transparent)"
},
"fg": {
"type": "string",
"description": "Glyph color override (default white on filled shapes)"
},
"font": {
"type": "string",
"description": "montserrat, playfair, space-grotesk, bebas, poppins, dm-serif — omit for random"
},
"icon": {
"type": "string",
"description": "Exact Font Awesome icon name (skips search)"
},
"name": {
"type": "string",
"description": "Company/product wordmark text (required, max 40 chars)"
},
"query": {
"type": "string",
"description": "Icon search text — best Font Awesome match becomes the mark"
},
"shape": {
"type": "string",
"description": "Mark background: squircle (default), rounded, circle, square, transparent"
},
"style": {
"type": "string",
"description": "Icon style: solid (default), regular, or brands"
},
"colors": {
"type": "array",
"description": "1-3 colors, hex or CSS names: [0] brand (mark bg, or glyph if transparent), [1] gradient partner, [2] text color (default: brand)"
},
"layout": {
"type": "string",
"description": "Mark position vs text: bottom (mark above name, square — default), top (name above mark, square), right or left (side-by-side wide lockup)"
},
"tagline": {
"type": "string",
"description": "Optional tagline under the name (max 60 chars)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.webberdesign/webbersites-x402-data-api
https://github.com/webberdesign/api.webbersites.com
1/7 registries