Alias Python API for Dynamo

Is there any Alias Python API for using in Dynamo.ChatGPt says aliaspy, aliaspython, or just alias depending on version. but none of this works..

The extent of the Dynamo integration is the ‘send’ and ‘recieve’ nodes, and the Dynamo integration is ‘out of process’ so you’ll have to resort to a COM API and I am not sure Alias offers such.

The application’s API can be reviewed here though: Alias API | Autodesk Platform Services

Thank you Jacob.. But in autodesk platform services, they are explaining only in C++

Correct - Alias is a C++ API (hence the limited access).