A preset is a reusable render configuration — background, subtitle style, layout, and other visual settings — that you can apply to any project or export. Presets are ideal when you have a consistent look across many tracks. See Render settings reference for the fullDocumentation Index
Fetch the complete documentation index at: https://docs.youka.io/llms.txt
Use this file to discover all available pages before exploring further.
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
| Option | Description |
|---|---|
--name <name> | Preset name |
--default | Mark the new preset as the default |
--body <file|-> | Read the full request body from a file or stdin |
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.
| Option | Description |
|---|---|
--name <name> | New name |
--body <file|-> | Full request body from file or stdin |
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
