preset shape and every enum-backed option.
preset schema
Return the JSON Schema for preset settings. Use this to discover valid fields before creating or updating a preset.
preset list
List all presets owned by the authenticated account.
preset show
Fetch a single preset by ID.
preset create
Create a new preset.
Options
The request body should contain the full
preset object. For large payloads,
prefer --body instead of inline JSON.Examples
--body.
preset update
Update an existing preset.
Example:
preset delete
Delete a preset by ID.
preset default
Get or set the default preset.
null. With a preset ID, it marks that preset as the default.
Applying a preset
Apply a preset to a project or export with--preset:
What’s next
- Render settings reference - all shared preset fields
- Projects - apply presets to project settings
- Exports - apply presets at render time
- Media - reusable media referenced by presets
