---
title: "Run Existing Document"
method: POST
path: "/internal/evals/requirements-extraction/run"
tags: ["internal"]
---

# Run Existing Document

`POST /internal/evals/requirements-extraction/run`

Bench a document already in the platform, without uploading a copy of it.

The guideline guard is not applied: a document picked by upload id was picked deliberately,
and refusing it here would only mean re-uploading the same bytes to get past the check.

## Request body

- RunExistingDocumentRequest
  - `upload_id` string, uuid, required
  - `profile` 'regulatory' | 'marketing' — Which product's guidance to extract with.
  - `model` string
  - `temperature` number

## Response `200`

Successful Response

- UploadAndRunResponse — Where to look for the run that was just started.
  - `run_id` string, required
  - `upload_id` string, 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/425d5b8a3c17/schema)
