Below four methods can be used to execute/call any REST API including Databricks REST API. In this blog, we have provided examples of Databricks API but the same can be implemented for any other REST API.
- curl requests
- Python requests
- Using Postman application
- Using databricks-api python package

4 methods to execute Databricks API
Before we dive into Databricks API, let’s just first understand why to use Databricks API