Logo Builder Pro

#ff0055
Generating preview...
Generated via API

Generated Color Harmonies

Developer API Documentation

Endpoint

GET /api/generate

Live Example URL

Loading...

Parameters

  • textThe text content of the logo
  • styleOne of: simple, outline, neon, gold, glitch, retro...
  • fontFont family name (e.g. Roboto, Pacifico)
  • fontSizeInteger (size in pixels)
  • strokeWidthInteger (stroke thickness in pixels)
  • colorsComma separated hex codes (no spaces)

Integration Example (HTML)

<img 
  src="https://your-domain.com/api/generate?
    text=ShopName&
    style=gold&
    font=Cinzel&
    strokeWidth=5&
    colors=%23FFD700,%23000000" 
  alt="Logo" 
/>