---
title: "Createbrand"
method: POST
path: "/api/v1/brand/create"
tags: ["brands"]
---

# Createbrand

`POST /api/v1/brand/create`

## Response `200`

Successful Response

- CreateBrandResponseDTO
  - `id` integer, required
  - `name` string, required
  - `logo` string, nullable
  - `second_logo` string, nullable
  - `colors` DtoResponseCreateBrandResponseDTOColors
    - `primary` string, nullable, required
    - `secondary` string, nullable, required
    - `tertiary` string, nullable, required
  - `font` string, nullable
  - `tagline` string, nullable
  - `brandType` string, nullable
  - `brandDescription` string, nullable
  - `projects` integer, nullable
  - `tone` string, nullable
  - `industry` string, nullable
  - `is_default` boolean, nullable
  - `onboarding_brand` boolean, nullable
  - `discover_keywords` object, nullable
  - `brand_aesthetics` object, nullable
  - `createdAt` string, date-time, nullable
  - `updatedAt` string, date-time, nullable
  - `brand_skills` BrandSkillDTO
    - `file_url` string, nullable
    - `file_name` string, nullable
    - `file_type` string, nullable
    - `prompt_url` string, nullable
    - `name` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
