---
title: "Create Brand"
method: POST
path: "/brands"
---

# Create Brand

`POST /brands`

Create a new brand

## Request body

- APICreateBrandInput
  - `name` string, required
  - `alternative_names` string[]
  - `excluded_names` string[] — Phrases that must never count as a mention of this brand, e.g. a brand 'Caliber' excluding 'Caliber Auto Wash'.
  - `website` string, required
  - `alternative_websites` string[]
  - `description` string, required
  - `competitors` APICompetitorInput[]
    - `name` string, required
    - `alternative_names` string[]
    - `excluded_names` string[] — Phrases that must never count as a mention of this competitor, e.g. a competitor 'Caliber' excluding 'Caliber Auto Wash'.
    - `websites` string[]
    - `case_sensitive` boolean — When true, name and alternative_names are matched against AI responses with exact case. Defaults to case-insensitive matching.
  - `personas` APIPersonaInput[]
    - `name` string, required
    - `description` string, required
  - `key_topics` string[]
  - `status` 'lead' | 'prospect' | 'customer'
  - `case_sensitive` boolean — When true, the brand name and alternative_names are matched against AI responses with exact case. Defaults to case-insensitive matching.

## Response `200`

Successful Response

- APICreateBrandResponse
  - `id` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scrunchai/apis/scrunch-data-api.md) · [All operations](https://skmtc.net/scrunchai/apis/scrunch-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrunchai/scrunch-data-api/revisions/c4fe20c603a3/schema)
