---
title: "Retrieves a paginated list of pretrained AI models (Presets)."
method: GET
path: "/v1/Presets"
tags: ["Presets"]
---

# Retrieves a paginated list of pretrained AI models (Presets).

`GET /v1/Presets`

Presets represent pretrained AI models available in Kimola. Results can be filtered by `type` and `category`.

Supported `type` values: `Extractor`, `Classifier`.
 
Supported `category` values: `Sentiment Classifier`, `Content Classifier`.

## Query parameters

- `pageSize` integer
- `pageIndex` integer
- `type` string
- `category` string

## Response `200`

Successful operation. Returns an object with `total` and `items[]`.

## Other responses

- `404` — No presets found for the given criteria.
- `500` — An unexpected error occurred.

---

[API](https://skmtc.dev/kimola/apis/kimola-api.md) · [All operations](https://skmtc.dev/kimola/apis/kimola-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kimola/kimola-api/revisions/cd68ffb79b51/schema)
