Free · hosted · no API key to start
Lacspace Media API
Generate logos, images and full brand kits over HTTP — no AI, no install, no key to start. Get a logo as SVG or PNG, build an image to an exact KB budget, or download a whole brand kit as a ZIP. It's the hosted front door to the open @lacspace/logo, @lacspace/image and @lacspace/brand packages.
Base URL · developer.lacspace.com/api/v160 req/min freeSVG · PNG · JPEG · WebP · ZIPCORS-enabled
Endpoints
GET/api/v1/logoName + keywords → a logo
namerequired — the brand namekeywordscomma list, steers icon + paletteenginemonogram · wordmark · abstract · emblem · lettermarkformatsvg (default) · png · jsonsizepng pixel size (64–2048)seedinteger — spin variations
curl "https://developer.lacspace.com/api/v1/logo\
?name=Orbit%20Labs&keywords=ai,network&format=png"live: format=png
GET/api/v1/imageA raster image, to a size budget
typegradient · radial · pattern · mesh · placeholdercolorscomma hex, e.g. #0BB9D9,#7C3AEDwidth / heightup to 4096patternchecker · grid · dots · stripes · noiseformatpng · jpeg · webpmaxSizebudget, e.g. 200kb — binary-searched to fit
curl "https://developer.lacspace.com/api/v1/image\
?type=mesh&colors=%230BB9D9,%237C3AED&format=webp&maxSize=80kb"live: type=mesh
GET/api/v1/brand-kitA whole identity as a ZIP
namerequired — the brand namekeywordscomma listseedinteger→ returnsZIP: svg/ lockups + favicon, png/ rasters (1600/1024/512/256), brand.css, colors.json
curl -OJ "https://developer.lacspace.com/api/v1/brand-kit\
?name=Orbit%20Labs&keywords=ai,network"Downloads a file
downloads orbit-labs-brand-kit.zip
Every response is CORS-enabled and cacheable — drop a logo or OG image straight into an <img> tag. GET params also work as a JSON body on POST.
Free today · Pro soon
Free
$0
- 60 requests / minute
- Logos as SVG & PNG
- Images up to 4096px, size budgets
- Brand-kit ZIP (SVG + PNG)
- No key required to start
Soon
Pro
TBD / mo
- Much higher limits + API keys
- Premium curated packs (500+ icons, pro palettes)
- Remove attribution
- Signed cache-CDN render URLs
- Priority support
Self-host
Free
- Everything, in your own runtime
- npm i @lacspace/logo @lacspace/image @lacspace/brand
- Zero-dependency, isomorphic
- Lacspace Free Licence v1.0