1.1 KiB
1.1 KiB
| name | description |
|---|---|
| Brand Kit Generator | Generate a complete brand identity kit including logo, color palette, and social assets via the Nexus content job API |
Brand Kit Generator
Generate a cohesive brand identity kit from a company name and description. Produces logo SVG, color palette, typography recommendations, and social media image templates.
Usage
Submit a content job via POST /api/companies/{companyId}/content-jobs:
{
"jobType": "brand-kit",
"input": {
"companyName": "Acme Corp",
"description": "A modern SaaS platform for project management",
"seedColor": "#2563eb"
}
}
Fields:
companyName(required): The company or brand namedescription(required): Brief description of the company and its focusseedColor(optional): Hex color to anchor the brand palette
Output
The job returns a BrandKitBundle with:
logoSvg: Primary logo as SVGpalette: Color tokens (primary, secondary, accent, neutrals)socialImages: Array of platform-sized social image templatestypography: Recommended font pairings