Skip to main content
PUT
/
brands
/
{id}
/
logo
Update brand logo (url)
curl --request PUT \
  --url https://www.trybloom.ai/api/v1/brands/{id}/logo \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "logoUrl": "<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

Body

application/json
logoUrl
string<uri>
required

Direct URL to the logo image (PNG, JPG, SVG, or WEBP)

Response

OK

data
object
required