---
title: "Enrich brand"
method: GET
path: "/api/brands/enrich"
tags: ["Brand Resolution"]
---

# Enrich brand

`GET /api/brands/enrich`

Enrich brand data using Brandfetch. Returns logo, colors, and company information. Authenticated callers may also receive ephemeral Brand Context API identity/positioning/voice data.

## Query parameters

- `domain` string, required

## Response `200`

Enrichment data from Brandfetch

- object
  - `success` true, required
  - `domain` string, required
  - `cached` boolean, required
  - `manifest` object
    - `name` string, required
    - `url` string, required
    - `description` string
    - `logos` object[]
      - `url` string, required
      - `tags` string[], required
    - `colors` object
      - `primary` string
      - `secondary` string
      - `accent` string
    - `fonts` object[]
      - `name` string, required
      - `role` string, required
    - `company` object
      - `name` string
      - `industry` string
      - `industries` string[]
      - `employees` string
      - `founded` number
      - `location` string
  - `company` object
    - `name` string
    - `industry` string
    - `industries` string[]
    - `employees` string
    - `founded` number
    - `location` string
  - `source_type` 'brand_json' | 'community' | 'enriched'
  - `context` object
  - `context_source` 'brandfetch'
  - `context_scope` 'ephemeral'
  - `context_error` string

## Other responses

- `503` — Brandfetch not configured

---

[API](https://skmtc.net/adcontextprotocol/apis/agenticadvertising-org-registry-api.md) · [All operations](https://skmtc.net/adcontextprotocol/apis/agenticadvertising-org-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adcontextprotocol/agenticadvertising-org-registry-api/versions/9ea7fedf54c0/schema)
