---
title: "Create Meta Catalog Ad Creative Endpoint"
method: POST
path: "/api/v1/catalog/meta/create-ad-creative"
tags: ["catalog"]
---

# Create Meta Catalog Ad Creative Endpoint

`POST /api/v1/catalog/meta/create-ad-creative`

Create a template-based ad creative for catalogue ads.

## Request body

- CreateCatalogAdCreativeDTO — Create a template-based ad creative for catalogue ads
  - `acc_id` string, required
  - `name` string, required
  - `page_id` string, required
  - `product_set_id` string, required
  - `message` string, nullable
  - `call_to_action` string, nullable
  - `link` string, nullable
  - `description_template` string, nullable
  - `title_template` string, nullable
  - `multi_share_optimized` boolean, nullable

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