Skip to main content
POST
Create or update a brand image.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Body

application/json

Brand image data

Request body for saving a brand image

companyId
string
required

Company ID

image
object
required

Brand image data object with fields: id (optional for create), name (required), description, images (array of {url, key, width, height, fileSize, mimeType, type}), imageModels (array of preferred AI image generation models), imageStylePrompt (Midjourney-style prompt for consistent generation), templates (array of {id, url, name, description, width, height} for PNG overlay templates)

Response

Created brand image ID

Success response with ID

id
string

Created/updated resource ID

msg
string

Success message