---
title: "Create campaign"
method: POST
path: "/api/v0/experiments/campaigns"
tags: ["Experiment Tracker"]
---

# Create campaign

`POST /api/v0/experiments/campaigns`

Create a new experiment campaign.

## Request body

- CampaignCreateRequest — Request body for creating a campaign.
  - `model_id` string, uuid, required
  - `name` string, required
  - `description` string, nullable
  - `strategy_type` string, nullable
  - `strategy_config` object, nullable

## Response `200`

Successful Response

- CampaignResponse — Summary of a campaign (no nested children).
  - `id` string, uuid, required
  - `model_id` string, uuid, required
  - `name` string, required
  - `description` string, nullable
  - `status` string, required
  - `strategy_type` string, nullable
  - `strategy_config` object, nullable
  - `strategy_results` object, nullable
  - `total_runs` integer
  - `completed_runs` integer
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

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