API for Databricks code functionality

AJ270990
Contributor III

I have a Databricks notebook for which I want to create an API. From that API I will have to call the notebook and perform certain operations. Result will be sent back to API. I dont want to do via Postman, as someone has to install Postman at their end. Can I create that API in Azure or something else ?

Thank you.. can you tell me how can I access the Databricks notebook here ? I am using Databricks Session URL, Token and the SQL Query. I am using requests.post() and within that I am passing all these information to get the response which would be json file.