{"openapi":"3.1.0","info":{"title":"logokit API","version":"1.0.0","description":"Generate brand lockups from arbitrary SVG or PNG logos."},"servers":[{"url":"/"}],"paths":{"/api/generate":{"post":{"description":"Generate a lockup as SVG or PNG.","requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"text":{"type":"string","minLength":1,"maxLength":96},"secondaryText":{"default":"","type":"string","maxLength":96},"layout":{"default":"horizontal","type":"string","enum":["horizontal","vertical","stacked"]},"variant":{"default":"color","type":"string","enum":["color","mono-black","mono-white"]},"format":{"default":"svg","type":"string","enum":["svg","png"]},"background":{"default":"transparent","type":"string","pattern":"^(transparent|#[0-9a-fA-F]{6})$"},"padding":{"default":80,"type":"integer","minimum":32,"maximum":160},"filenameBase":{"type":"string","minLength":1,"maxLength":120},"primaryFont":{"type":"string","minLength":1,"maxLength":80},"secondaryFont":{"type":"string","minLength":1,"maxLength":80},"logo":{"type":"string","maxLength":10000000},"logoMimeType":{"type":"string","enum":["image/svg+xml","image/png"]}},"required":["text","secondaryText","layout","variant","format","background","padding"],"additionalProperties":false}}}},"responses":{"200":{"description":"Generated asset.","content":{"image/svg+xml":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}}}},"400":{"description":"Validation error."},"401":{"description":"Authorization required."}}}}}}