Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

Body

application/json
organization_id
string
required
name
string
required

Unique among the organization's active evaluations.

Required string length: 1 - 256
scope
enum<string>
default:organization
Available options:
organization
description
string | null
Maximum string length: 4000
enabled
boolean

Must be omitted or false on create; a new evaluation has no targets yet.

config
object

What and how the evaluation grades. Entries in criteria, tags, and data_points accept additional fields as the product evolves.

Response

The created evaluation.

evaluation
object
Example: