Skip to main content
PUT
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Brand Id

Response

200 - application/json

Generate presigned upload URL for brand image

image_id
string<uuid>
required

UUID that will be used as the image identifier/key suffix

url
string
required

Presigned URL to upload the image

Last modified on July 29, 2026