How can I perform deploys through my java program?

Hey devs,
I actually had made a program that will let me make changes in my site and then I need to deploy the update from right there in the program(where i am stuck).
I wan to know that how can i perform deploys of site programmatically more especially in java and python? Maybe any API
Since i read through the docs but there wasn’t any such examples.
Any help is highly appreciated! Waiting for your responses
Thanks

hi @OnlinePage, does your java program generate static html or js? Just making sure you understand that you can’t run java backed apps on netlify:

@OnlinePage, we do have an API for this. There is more information about this here:

This community topic might also be helpful: