Get a specific version of a preset

Retrieves a specific version of a preset by its slug and version number.

Authentication

AuthorizationBearer
API key as bearer token in Authorization header

Path parameters

slugstringRequired>=1 character

URL-safe slug identifying the preset.

versionstringRequired>=1 character
Version number of the preset.

Response

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

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error