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

Scorers

REST — Scorers endpoints.

Method
Path
Description

POST

/api/v1/scorers

Create

GET

/api/v1/scorers

List

GET

/api/v1/scorers/{id}

Get

PATCH

/api/v1/scorers/{id}

Update

DELETE

/api/v1/scorers/{id}

Delete

See also

Last updated

Was this helpful?