Delivery control

Presets

Manage saved transformation presets through the authenticated API.

Preset management belongs to the Developer API. The resulting media is delivered through the public delivery layer, while preset configuration remains protected.

Authentication: management API endpoints require a Clerk bearer token.https://api.vyso.io/v1/...

Endpoints

GET/v1/delivery/presets

List presets

  • Returns the presets available to the authenticated workspace.
POST/v1/delivery/presets

Create a preset

  • JSON body requires name, slug, and config. Description is optional. Slugs use lowercase letters, numbers, and hyphens.
PATCH/v1/delivery/presets/:presetId

Update a preset

  • Update name, slug, description, or config.
DELETE/v1/delivery/presets/:presetId

Delete a preset

  • Deletion is scoped to the authenticated workspace.