Duplicate an animation
duplicate_animationFREE, synchronous, no AI. Make an exact copy of the CURRENT saved animation under a new slug, preserving its selected frame order, loop/hold settings, compositing, mounts, and rendered pixels. The original is untouched. Returns { jobId: null, animation }; do not poll a job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newId | No | Slug for the copy ([A-Za-z0-9_-], default "<source>_copy"). | |
| animation | Yes | Source animation slug. | |
| characterId | Yes | Character id. |