preset, settings.style, and settingsOverride field map.
Endpoints
Full request and response schemas are in API reference.
Fetch the current settings
Patch the settings
PATCH accepts any subset of presetId and settings. When both are passed, the preset is applied first and then settings is merged on top.
- Apply a preset
- Inline settings
- Preset + overrides
Discover valid fields
The SDK exports the schema that validates project settings updates. Convert it to JSON Schema at runtime:Project settings vs presets vs export overrides
Youka has three layers where render settings can live:
Each layer is merged in that order at export time.
What’s next
- Render settings reference — all shared field paths and enum values
- Presets — reusable configurations
- Media — referenced from settings
- CLI projects — the same flow from the terminal
- SDK project settings — the same endpoints in TypeScript
