---
title: "Creative Variations"
method: POST
path: "/api/v1/new-meta-analytics/creative-variations"
tags: ["newMetaAnalytics"]
---

# Creative Variations

`POST /api/v1/new-meta-analytics/creative-variations`

## Request body

- CreativeVariationRequestDTO
  - `creative_id` string, required
  - `creative_url` string, required
  - `num_variations` integer
  - `use_messaging_angle` boolean
  - `use_customer_stage` boolean
  - `customer_stage` string, nullable
  - `use_tone` boolean
  - `tone_voice` string, nullable
  - `use_brand_colors` boolean
  - `additional_instruction` string, nullable
  - `campaign_guidelines` string, nullable
  - `is_quickads_skill` boolean
  - `use_brand_guidelines` boolean
  - `ai_model` string
  - `aspect_ratio` string, nullable
  - `variation_template_ids` 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/624917d53409/schema)
