---
title: "Start Audit"
method: POST
path: "/v1/templates/{template_id}/audit/runs"
tags: ["template-audit"]
---

# Start Audit

`POST /v1/templates/{template_id}/audit/runs`

Enqueue a closed-loop audit. `mode` ∈ {'autonomous','approval'} (default
autonomous — the creation audit). The refinement worker picks it up; poll the
returned id. Rejects if one is already in flight for this template.

## Path parameters

- `template_id` string, required

## Request body

- object

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
