---
title: "Create Multiplier"
method: POST
path: "/api/v1/projects/{project_id}/multipliers"
tags: ["multipliers"]
---

# Create Multiplier

`POST /api/v1/projects/{project_id}/multipliers`

## Path parameters

- `project_id` string, uuid, required

## Request body

- MultiplierCreateForRevision
  - `scope` 'condition' | 'page' | 'measurement', required
  - `condition_id` string, uuid, nullable
  - `page_id` string, uuid, nullable
  - `measurement_id` string, uuid, nullable
  - `x` union
    - number
    - string
  - `y` union
    - number
    - string
  - `width` union
    - number
    - string
  - `height` union
    - number
    - string
  - `factor` union, required
    - number
    - string
  - `label` string, nullable
  - `allocations` MultiplierAllocation[]
    - `bid_area_id` string, uuid, required
    - `repeat_count` integer, required
  - `revision_set_id` string, uuid, nullable, required

## Response `201`

Successful Response

- Multiplier
  - `scope` 'condition' | 'page' | 'zone' | 'measurement', required
  - `condition_id` string, uuid, nullable
  - `page_id` string, uuid, nullable
  - `measurement_id` string, uuid, nullable
  - `x` string, nullable
  - `y` string, nullable
  - `width` string, nullable
  - `height` string, nullable
  - `factor` string, required
  - `label` string, nullable
  - `allocations` MultiplierAllocation[]
    - `bid_area_id` string, uuid, required
    - `repeat_count` integer, required
  - `id` string, uuid, required
  - `project_id` string, uuid, required
  - `source` 'manual' | 'ai', required
  - `status` 'proposed' | 'confirmed' | 'dismissed', required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `4XX` — Client Error
- `5XX` — Server Error

---

[API](https://skmtc.dev/rudus/apis/rudus-api.md) · [All operations](https://skmtc.dev/rudus/apis/rudus-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rudus/rudus-api/revisions/f149124a4d80/schema)
