---
title: "Create Sm Ad Project"
method: POST
path: "/api/v1/smp/save-new-ad/{project_id}"
tags: ["smProjects"]
---

# Create Sm Ad Project

`POST /api/v1/smp/save-new-ad/{project_id}`

## Path parameters

- `project_id` integer, required

## Request body

- CreateSMNewProjectRequestDTO
  - `logo` string, nullable
  - `image` string, nullable
  - `heading` string, nullable
  - `subHeading` string, nullable
  - `third_heading` string, nullable
  - `colors` object, nullable
  - `bg_color` string, nullable
  - `font` string, nullable
  - `ad_body` object, nullable
  - `brand_id` integer, nullable
  - `json_url` string, nullable
  - `json_body` object, nullable
  - `purpose` object, nullable
  - `ad_description` string, nullable
  - `category` string, nullable
  - `script` object, nullable
  - `first_render` boolean, nullable
  - `ad_type` string, nullable
  - `language` string, nullable
  - `domain_id` 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/a9374f6fe96c/schema)
