Build a full brand image (name, description, style, logos) from a website or an uploaded image.
Content
Build a full brand image (name, description, style, logos) from a website or an uploaded image.
An agent screenshots and reads the source itself to assemble the whole brand
kit. The work runs in the background: this creates a draft brand_images row
with buildStatus 'building' and returns its id. Poll GET
/content/brand-images/<id> — buildStatus flips to 'ready' (fields filled) or
'failed' (buildError set). Provide exactly one of websiteUrl / imageDataUri.
POST
Build a full brand image (name, description, style, logos) from a website or an uploaded image.
Authorizations
Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.
Body
application/json
Build a full brand image from a website or an uploaded image
Request body for building a full brand image (name, description, style, logos) from a website or an uploaded image
Company ID
Website URL to build the brand from (defaults to the company website when neither websiteUrl nor imageDataUri is given)
An uploaded image as a data: URI, to build the brand from instead of a website. Provide exactly one of websiteUrl or imageDataUri.

