Create a 1-frame animation from a pose
create_animation_from_poseFREE, no AI. Promote a pose into a real 1-frame animation (a still/idle) that is scaled to match the character's other animations and exports to every engine. Pass poseId "idle" to use the character's default image when it has no poses. Returns a jobId — poll get_job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | Playback fps. | |
| newId | No | Slug for the new animation ([A-Za-z0-9_-]). | |
| poseId | Yes | Pose id, or "__idle__" for the character's default image. | |
| characterId | Yes | Character id. | |
| displayName | No | Human-facing label. |