---
title: "Start Run"
method: POST
path: "/internal/evals/requirement-applicability/runs"
tags: ["internal"]
---

# Start Run

`POST /internal/evals/requirement-applicability/runs`

Queue a comparison for one piece of collateral.

Refuses up front rather than producing an empty run: with no product lines there are no
guidelines to gather from, and the answer "0 of 0 survived" is indistinguishable from a working
run against a company with no library.

## Request body

- StartApplicabilityRequest
  - `company_id` string, uuid, required
  - `file_id` string, uuid, required
  - `preset_ids` string[], nullable
  - `batch_max` integer, nullable

## Response `200`

Successful Response

- StartApplicabilityResponse
  - `applicability_run_id` string, uuid, required
  - `already_running` boolean, required

## 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)
