Skip to main content
GET
/
brands
/
{id}
Get a brand
curl --request GET \
  --url https://www.trybloom.ai/api/v1/brands/{id} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "url": "<string>",
    "logoUrl": "<string>",
    "colors": [
      "<string>"
    ],
    "fonts": [
      "<string>"
    ],
    "aesthetic": "<string>",
    "summary": "<string>",
    "workspaceId": "<string>",
    "workspaceName": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "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

Path Parameters

id
string<uuid>
required

Brand ID

Query Parameters

wait
default:false

Hold the connection until the resource reaches a terminal status

timeout
integer
default:120

Max seconds to wait (default 120, max 295)

Required range: 1 <= x <= 295

Response

OK

data
object
required