JSON brand kit
curl -X POST https://freelogogen.any1tan.com/api/logo \
-H 'Content-Type: application/json' \
-d '{"name":"LaunchPad","tagline":"Ship faster","iconType":"badge","primaryColor":"#0f7a5f"}'API endpoint
Use /api/logo to return a complete JSON kit, or request one SVG/PNG asset directly.
horizontal, square, and og.
json, svg, and png.
Optional token via Authorization bearer or x-api-key.
curl -X POST https://freelogogen.any1tan.com/api/logo \
-H 'Content-Type: application/json' \
-d '{"name":"LaunchPad","tagline":"Ship faster","iconType":"badge","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.svg