I would like to create an ERD describing my database programmatically (using APIs) rather than going through the Lucidchart UI. I cannot find other APIs than those for managing users. The idea is as follows:
1) database schema (stored in github or exported from the database) changes
2) the schema is provided to Lucidcharts API which processes the request and:
2a) either sends back a document with the chart
2b) or integrates the new ERD with say Confluence
Is this a possibility? To avoid the manual step of uploading the database schema and have this automated?