---
title: "Project From Bulk"
method: POST
path: "/api/v1/project/project-from-bulk"
tags: ["projects"]
---

# Project From Bulk

`POST /api/v1/project/project-from-bulk`

## Request body

- CreateProjectFromBulkRequestDTO
  - `name` string, required
  - `heading` string, required
  - `subHeading` string, required
  - `third_heading` string, nullable
  - `image` string, nullable
  - `logo` string, nullable
  - `colors` ColorsInput
    - `primary` string, nullable
    - `secondary` string, nullable
    - `tertiary` string, nullable
  - `font` string, nullable
  - `ad_description` string, nullable
  - `template_properties` object, nullable
  - `output_url` string, nullable
  - `keywords` string[], nullable
  - `image_ai_prompt` string, nullable
  - `bg_color` string, nullable
  - `template_id` string, nullable
  - `ad_body` object, nullable
  - `caption` string, nullable
  - `brand_id` integer, nullable
  - `layout` string, nullable
  - `design` string, nullable
  - `pid` integer, nullable
  - `cta_text` string, nullable
  - `cta_arr` object, nullable
  - `colorful_id` string, nullable
  - `getty_image_url` string, nullable
  - `getty_id_array` unknown[], nullable
    - unknown

## Response `200`

Successful Response

- unknown

## 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)
