---
title: "Create Brand"
method: POST
path: "/brands"
tags: ["Project"]
---

# Create Brand

`POST /brands`

Create a new brand within a project

## Request body

- object
  - `name` string, required
  - `domains` string[]
  - `regex` string
  - `aliases` string[]
  - `color` string — Hex color like #1A2B3C

## Response `201`

Brand created successfully

- object — Brand created successfully
  - `id` string, required

## Other responses

- `400` — Response for status 400
- `409` — Response for status 409

---

[API](https://skmtc.net/peec/apis/peec-ai-customer-api.md) · [All operations](https://skmtc.net/peec/apis/peec-ai-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peec/peec-ai-customer-api/revisions/92840a1bffa7/schema)
