Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3917/animation/montage \ --header 'Content-Type: application/json' \ --data ' { "clip": 1, "clip_duration": 123, "entity_id": 1, "blend_in": 123, "blend_out": 123, "bone_mask": [ 1 ], "speed": 123 } '
{ "ok": true, "message": "<string>" }
play a blended montage on an entity
x >= 0
Montage triggered; ok is false with a message if the entity is missing.
ok