Fork a preset or published community style into a trained voice
fork_styleCreate a new trained voice by copying a style from a preset or public gallery. Retrain or fine-tune it without affecting the original.
Instructions
Copy a style into a new trained voice under the given name, seeded with its persona dials and drafting guide. Two kinds of source: a premade preset (e.g. 'pr-review', 'linkedin-post'), or another installer's style published publicly on the hosted gallery, addressed as "handle/slug" (e.g. "jpleblanc/blunt-memo", the same address shown on its public page at etincel.ai/v/handle/slug). A public-style fork makes one network call to etincel.ai to fetch it; a preset fork never leaves this install. The fork is then a normal trained voice: retrain it with train_style from real samples, or hand-tune it with update_style, without touching the original.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new trained voice. | |
| styleId | No | Id of the preset to fork (from list_styles), or a published style's "handle/slug" address. | |
| presetId | No | Deprecated alias for styleId. |