Images

Upload Brand Image

Learn how to upload brand assets to your workspace

post/brand-assets/images/add

Query parameters

embedIdstring

Embed instance ID. Pair with embedUserId to scope this call to one embed user

embedUserIdstring

The same userId your app passes to the embed URL. Requires embedId

Request body

filestring required

URL, binary or base64-encoded string of the image

fileNamestring

Custom filename for the asset (default: auto-generated based on timestamp)

fileTypestring

MIME type of the file (e.g., "image/png"). If not provided, it will be detected from the file

tagsstring[]

Array of tags to associate with the asset (e.g., ["logo", "brand"])

metaobject

Arbitrary metadata to store with the asset (e.g., { "source": "product-catalog" })

Response

Successful response

object required