Skip to main content
GET
Get a specific version of a preset

Authorizations

Authorization
string
header
required

API key as bearer token in Authorization header

Path Parameters

slug
string
required

URL-safe slug identifying the preset.

Minimum string length: 1
Example:

"my-preset"

version
string
required

Version number of the preset.

Minimum string length: 1
Example:

"1"

Response

The requested preset version.

A single version of a preset.

data
object | null
required

A specific version of a preset, containing config and optional system prompt.

Example: