---
title: "Uploads a run evaluation"
method: POST
path: "/run/evaluate"
tags: ["run"]
---

# Uploads a run evaluation

`POST /run/evaluate`

Uploads a run evaluation. When successful, it returns the run id.

## Query parameters

- `api_key` string, required

## Response `200`

Id of the evaluated run

- object
  - `upload_flow` InlineResponse20021UploadFlow
    - `id` string — ID of the evaluated run, a positive integer

## Other responses

- `412` — Precondition failed. An error code and message are returned. 422 - Upload problem description XML 423 - Problem validating uploaded description file 424 - Problem opening description xml

---

[API](https://skmtc.net/openml/apis/openml-api.md) · [All operations](https://skmtc.net/openml/apis/openml-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openml/openml-api/versions/263d3d6ee586/schema)
