Back to generator

API endpoint

Generate one logo or a complete visual system.

Use /api/logo for deterministic vector assets, or /api/ai/brand-kit for a coherent symbol, avatar, interaction icon family, and brand texture.

Assets

horizontal, square, and og.

Formats

json, svg, and png.

Privacy

AI briefs are generalized, not stored, and rate-limited by IP.

JSON brand kit

curl -X POST https://freelogogen.any1tan.com/api/logo \
  -H 'Content-Type: application/json' \
  -d '{"name":"LaunchPad","tagline":"Ship faster","markDirection":"Orbit","primaryColor":"#0f7a5f"}'

Direct PNG

curl 'https://freelogogen.any1tan.com/api/logo?format=png&asset=square&name=LaunchPad&primaryColor=%230f7a5f' \
  -o launchpad-logo.png

Direct SVG

curl 'https://freelogogen.any1tan.com/api/logo?format=svg&asset=horizontal&name=LaunchPad' \
  -o launchpad-logo.svg

AI visual system

curl -X POST https://freelogogen.any1tan.com/api/ai/brand-kit \
  -H 'Content-Type: application/json' \
  -d '{"projectName":"LaunchPad","projectBrief":"A calm planning tool for small product teams that should feel precise and trustworthy.","industry":"SaaS","style":"Minimal","primaryColor":"#0f7a5f","secondaryColor":"#f15b2a"}'
Logo API Docs | FreeLogoGen | FreeLogoGen