---
title: "Evaluation Run Create"
method: POST
path: "/v2/{entity}/{project}/evaluation_runs"
tags: ["Evaluation Runs"]
---

# Evaluation Run Create

`POST /v2/{entity}/{project}/evaluation_runs`

Create an evaluation run.

## Path parameters

- `entity` string, required
- `project` string, required

## Request body

- EvaluationRunCreateBody
  - `evaluation` string, required — Reference to the evaluation (weave:// URI)
  - `model` string, required — Reference to the model (weave:// URI)

## Response `200`

Successful Response

- EvaluationRunCreateRes
  - `evaluation_run_id` string, required — The ID of the created evaluation run

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/wandb/apis/fastapi.md) · [All operations](https://skmtc.net/wandb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wandb/fastapi/revisions/56745769989b/schema)
