Public audio2face Python API for audio -> animation

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.)

This one seems like a good start:
Developer Quick Start — Omniverse Kit documentation (nvidia.com)

One other great way of learning is by looking at the original code for each extension. You can use the Extension Manager window to find, open and edit the python files used to generate each extension.

Thanks. The problem with looking at code is (1) it’s often not commented (!), and (2) it’s not a definition of a “public” API which is recommended for programmers to use.