Skip to main content
POST
/
brands
Create a brand
curl --request POST \
  --url https://www.trybloom.ai/api/v1/brands \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "url": "<string>",
  "workspaceId": "<string>",
  "logoUrl": "<string>"
}
'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "logoError": "<string>"
  }
}

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

Body

application/json
url
string<uri>
required

Website or Instagram profile URL to analyze (e.g. https://acme.com or https://instagram.com/acme)

workspaceId
string

Team workspace ID. The brand is created in that workspace and billed to its customer. Omit to create in the caller's personal workspace.

Minimum string length: 1
logoUrl
string<uri>

Explicit logo URL. If provided, skips automatic logo extraction.

Response

OK

data
object
required