---
title: "Create Tuning Run"
method: POST
path: "/tuning/runs"
tags: ["tuning"]
---

# Create Tuning Run

`POST /tuning/runs`

## Request body

- CreateTuningRunRequest
  - `review_id` string, uuid, required
  - `template_ids` string[], required

## Response `202`

Successful Response

- CreateTuningRunResponse
  - `tuning_run_id` string, uuid, required
  - `matched_check_count` integer, required
  - `unmatched_count` integer, required
  - `per_template_match_counts` object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
