For the complete documentation index, see llms.txt. This page is also available as Markdown.

Judges

REST — Judges endpoints.

Method
Path
Description

POST

/api/v1/judges

Create

GET

/api/v1/judges

List

GET

/api/v1/judges/{id}

Get

PATCH

/api/v1/judges/{id}

Update

POST

/api/v1/judges/{id}/run

Run a single verdict

POST

/api/v1/judges/{id}/evaluate

Run against labeled dataset

See also

Last updated

Was this helpful?