Houdini Engine 6.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
HAPI Python Module

In addition to the C API, there is a Python module which can be used. The Python module is located in $HHP. For example:

C:\Program Files\Side Effects Software\Houdini X.Y.ZZZ\houdini\python3.7libs.

The Python API follows the C API quite closely, so Python scripts can be easily converted to C code and visa-versa.

The documentation for the hapi module is here: HAPI Python Documentation.