---
title: "Retrieves a single pretrained AI model (Preset) by its unique key."
method: GET
path: "/v1/Presets/{key}"
tags: ["Presets"]
---

# Retrieves a single pretrained AI model (Preset) by its unique key.

`GET /v1/Presets/{key}`

Presets represent pretrained AI models available in Kimola. Each preset is identified by a 24‑character key.

## Path parameters

- `key` string, required

## Response `200`

Successful operation. Returns the requested Preset object.

## Other responses

- `404` — No preset found with the given key.
- `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)
