I know there is a public REST API for Audio2Face, but is there a public (i.e., relatively stable) Python API? This thread Python API/SDK to inject custom parameters. in omniverse audio2face - #11 by ankitgargit123 is similar, but no actual Python API was listed (and some of the linked pages are now broken links).
I wanted to automate as much as possible - another thread I posted recently talked about APIs to support the workflow to set up a character, but this time I am looking at how to convert lots of audio clips into animation clips. I was planning to do this inside a Kit extension, so using the REST API felt kinda weird for that.
(After the above, still trying to decide if need to build a more functional sequencer so can blend smoothly between clips, merge in emotions along with lip sync, etc., or should I be using animation graphs somehow which already has a blend feature. This is per camera shot in an animated film sort of thing.)

