# Apache Superset API **Provider:** Apache Superset **Category:** developer **Base URL:** `https://superset.apache.org` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Based on deployment **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://superset.apache.org/docs/api ## Description API to manage your BI dashboards and data sources on Superset ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://superset.apache.org/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://superset.apache.org' ``` ## Sample Response ```json {} ``` ## Pricing Details Free and open-source self-hosted BI tool. Preset.io hosted version from $20/user/mo. --- *Source: [API Map](https://apimap.dev/apis/apache-superset/) — CC BY 4.0*