---
title: "Copy Creatives synchronously."
method: POST
path: "/cm/v1/creatives/sync-clones"
tags: ["Creative"]
---

# Copy Creatives synchronously.

`POST /cm/v1/creatives/sync-clones`

Copy selected Creatives from one Product to another(or the same)Product within an AdAccount synchronously

## Request body

- MessagesCopyCreativesSyncRequest
  - `ad_account_id` string, required — The ID of the AdAccount.
  - `creative_ids` string[], required — The list of Creatives to be copied.
  - `source_product_id` string, required — The ID of the source app.
  - `target_product_id` string, required — The ID of the target app.
  - `target_ad_account_id` string

## Response `200`

A successful response.

- MessagesCopyCreativesSyncResponse
  - `success` boolean
  - `results` CopyCreativesSyncResponseCopyCreativesSyncResult[] — The list of results for copying the Creatives.
    - `creative_id` string — The ID of Creative to be copied.
    - `is_success` boolean — The result of copying the Creative.
    - `failed_reason` string — The reason of why copying is failed. In case of success, this would be empty.

## Other responses

- `default` — Error. Detailed cause can be found in the `details` field.

---

[API](https://skmtc.net/moloco/apis/moloco-ads-campaign-management-api.md) · [All operations](https://skmtc.net/moloco/apis/moloco-ads-campaign-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moloco/moloco-ads-campaign-management-api/revisions/5c85d0910ac0/schema)
