---
title: "Create a new campaign with Creative ID"
method: POST
path: "/api/campaigns"
tags: ["Campaigns"]
---

# Create a new campaign with Creative ID

`POST /api/campaigns`

Links to Modern Postcard Creative ID - NO file uploads supported

## Request body

- CreateCampaignDto
  - `name` string, required — Campaign name
  - `clientId` string, required — Client ID
  - `creativeId` string — Modern Postcard Creative ID (NO file uploads!)

## Response `201`

Resource created successfully

## Other responses

- `400` — Validation failed
- `401` — Invalid or missing API key

---

[API](https://skmtc.net/navistone/apis/zazmic-platform-api.md) · [All operations](https://skmtc.net/navistone/apis/zazmic-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/navistone/zazmic-platform-api/versions/e2454b713133/schema)
