Skip to main content
PUT
/
brands
/
{id}
/
logo
/
file
/
signed
/
{token}
Update brand logo (signed)
curl --request PUT \
  --url https://www.trybloom.ai/api/v1/brands/{id}/logo/file/signed/{token} \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <api-key>' \
  --form 'file=<string>'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
}

Documentation Index

Fetch the complete documentation index at: https://www.trybloom.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Brand ID

token
string<uuid>
required

Short-lived upload token from bloom_create_logo_upload_url

Body

multipart/form-data
file
required

Logo file (PNG, JPEG, WebP, SVG, or AVIF, max 10MB)

Response

OK

data
object
required