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"}'API endpoint
Use /api/logo for deterministic vector assets, or /api/ai/brand-kit for a coherent symbol, avatar, interaction icon family, and brand texture.
horizontal, square, and og.
json, svg, and png.
AI briefs are generalized, not stored, and rate-limited by IP.
curl -X POST https://freelogogen.any1tan.com/api/logo \
-H 'Content-Type: application/json' \
-d '{"name":"LaunchPad","tagline":"Ship faster","markDirection":"Orbit","primaryColor":"#0f7a5f"}'curl 'https://freelogogen.any1tan.com/api/logo?format=png&asset=square&name=LaunchPad&primaryColor=%230f7a5f' \
-o launchpad-logo.pngcurl 'https://freelogogen.any1tan.com/api/logo?format=svg&asset=horizontal&name=LaunchPad' \
-o launchpad-logo.svgcurl -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"}'