Databricks
Service to manage your databricks account,clusters, notebooks, jobs and workspaces
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Yes
- Category
- Development
- Documentation / URL
- https://docs.databricks.com/dev-tools/api/latest/index.html
Overview
Databricks provides workspace management APIs — token-based (unauthenticated requests 303 to the login page, verified).
Quick Start
Requires a workspace + PAT:
curl "https://YOUR_WORKSPACE.cloud.databricks.com/api/2.0/clusters/list" \
-H "Authorization: Bearer YOUR_TOKEN"
Authentication
- Databricks workspace → personal access token (PAT).
- Send it as
Authorization: Bearer(missing → 303 login, verified).
Rate Limits & Notes
- Workspace-based pricing (check the docs).
- Clusters, notebooks, jobs.
FAQ
Is Databricks free? Workspace-based pricing (check the docs).
Why 303? Missing auth redirects to login (verified) — add a PAT.
What’s the auth style?
Authorization: Bearer PAT.
More in Development
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 24 Pull Requests Project to promote open source collaboration during December | No auth | Yes | Yes | ↗ |
| Agify.io Estimates the age from a first name | No auth | Yes | Yes | ↗ |
| Amazonscraperapi Amazon product, search & batch scraping API with residential proxies (1000 free) | API Key | Yes | No | ↗ |
| AmberOne Turn any website into a build-ready Android, iOS, PWA or Electron app project | API Key | Yes | No | ↗ |
| API Grátis Multiples services and public APIs | No auth | Yes | Unknown | ↗ |