> For the complete documentation index, see [llms.txt](https://docs.layerlens.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layerlens.ai/more-in-this-section-9/scorers.md).

# 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

* [SDK: scorers](/more-in-this-section-9/scorers-2.md)
