---
title: "Post Ad Creative To Facebook Endpoint"
method: POST
path: "/api/v1/share/post-ad-creative-to-facebook"
tags: ["posts"]
---

# Post Ad Creative To Facebook Endpoint

`POST /api/v1/share/post-ad-creative-to-facebook`

## Request body

- AdPostCreativeRequestDTO
  - `name` string, required
  - `image_url` string, required
  - `page_id` string, required
  - `account_id` string, required
  - `product_link` string, nullable
  - `call_to_action` string, nullable
  - `child_account_id` string, nullable
  - `whatsapp_business_number_id` string, nullable
  - `greeting` string, 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/a9374f6fe96c/schema)
