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

# Create Brand

`POST /brands`

Create a new brand

## Request body

- APICreateBrandInput
  - `name` string, required
  - `alternative_names` string[]
  - `website` string, required
  - `alternative_websites` string[]
  - `description` string, required
  - `competitors` APICompetitorInput[]
    - `name` string, required
    - `alternative_names` string[]
    - `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/scrunch/apis/scrunch-data-api.md) · [All operations](https://skmtc.net/scrunch/apis/scrunch-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrunch/scrunch-data-api/versions/3e09c2a06458/schema)
