🤖API reference

Below is an example Python function, that first submits your prompt, waits for the result and returns an animation file (binary .fbx or plaint text .bvh):

Here's how you invoke this function:

You can then save this animation to a file:

or in case of .bvh you can convert it to a string like so:

Last updated