---
title: "Create Criterion"
method: POST
path: "/evals/criterions"
tags: ["EVALS"]
deprecated: true
---

# Create Criterion

`POST /evals/criterions`

> **Deprecated.**

Create a new criterion.

## Request body

- CriterionCreate
  - `name` string, required
  - `description` string, required
  - `tenant` string

## Response `200`

Successful Response

- CriterionResponse
  - `id` string, required
  - `name` string, required
  - `description` string, required
  - `created_at` string, required
  - `updated_at` string, required
  - `created_by` string, nullable
  - `updated_by` string, nullable
  - `tenant` string

## Other responses

- `422` — Validation Error

---

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