You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: overview/api/index.md
+18-17Lines changed: 18 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,23 +15,24 @@ Many of these APIs require a *Storage API token*, specified in the `X-StorageApi
15
15
All parts of the Keboola platform can be controlled via an API.
16
16
The main APIs for our components are:
17
17
18
-
| API | Description |
19
-
|---|---|
20
-
|[Keboola Storage API](https://keboola.docs.apiary.io/)|[Storage](/integrate/storage/) is the main Keboola component storing all data. |
21
-
|[Keboola Management API](https://keboolamanagementapi.docs.apiary.io/)| API managing Keboola projects and users (and notifications and features). |
22
-
|[Billing API](https://keboolabillingapi.docs.apiary.io/#)| Billing API for Pay as You Go projects. |
23
-
|[Developer Portal API](https://kebooladeveloperportal.docs.apiary.io/#)| Developer Portal is an application separated from Keboola for [creating components](/extend/component/). |
|[Importer API](https://app.swaggerhub.com/apis-docs/keboola/import)|[Importer](/integrate/storage/api/importer/) is a helper service for easy table imports. |
26
-
| [Notifications API](https://app.swaggerhub.com/apis/odinuv/notifications-service) | API to subscribe to events, e.g., failed orchestrations.
27
-
|[OAuth Broker API](https://oauthapi3.docs.apiary.io/#)| OAuth Broker is a component managing [OAuth authorizations](/extend/common-interface/oauth/#authorize) of other components. |
28
-
|[Queue API](https://app.swaggerhub.com/apis-docs/keboola/job-queue-api)| Queue is a service for [running components](/extend/docker-runner/) and managing [Jobs](/integrate/jobs/). |
29
-
|[Scheduler API](https://app.swaggerhub.com/apis/odinuv/scheduler)| API to automate configurations. |
30
-
|[Stream API](https://stream.keboola.com/v1/documentation/)| The Keboola Stream API allows you to ingest small and frequent events into your project’s storage. |
31
-
|[Synchronous Actions API](https://app.swaggerhub.com/apis/odinuv/sync-actions)| API to trigger [Synchronous Actions](/extend/common-interface/actions/). This is a partial replacement of Docker Runner API and may not be available on all stacks. |
32
-
|[Templates API](https://templates.keboola.com/v1/documentation/)| The Keboola Templates API allows you to apply a [template](/cli/templates/). |
33
-
|[Vault](https://vault.keboola.com/docs/swagger.yaml)| Service handling variables & credentials storage. |
34
-
|[Workspaces API](https://sandboxes.keboola.com/documentation)| Workspaces API for V2 workspaces. |
|[Keboola Storage API](https://keboola.docs.apiary.io/)|[Storage](/integrate/storage/) is the main Keboola component storing all data. |
21
+
|[Keboola Management API](https://keboolamanagementapi.docs.apiary.io/)| API managing Keboola projects and users (and notifications and features). |
22
+
|[Billing API](https://keboolabillingapi.docs.apiary.io/#)| Billing API for Pay as You Go projects. |
23
+
|[Developer Portal API](https://kebooladeveloperportal.docs.apiary.io/#)| Developer Portal is an application separated from Keboola for [creating components](/extend/component/). |
|[Importer API](https://app.swaggerhub.com/apis-docs/keboola/import)|[Importer](/integrate/storage/api/importer/) is a helper service for easy table imports. |
26
+
|[Notifications API](https://app.swaggerhub.com/apis/odinuv/notifications-service)| API to subscribe to events, e.g., failed orchestrations. |
27
+
|[OAuth Broker API](https://oauthapi3.docs.apiary.io/#)| OAuth Broker is a component managing [OAuth authorizations](/extend/common-interface/oauth/#authorize) of other components. |
28
+
|[Query API](https://query.keboola.com/api/v1/documentation)| Query is a service for running SQL queries on Snowflake and BigQuery. |
29
+
|[Queue API](https://app.swaggerhub.com/apis-docs/keboola/job-queue-api)| Queue is a service for [running components](/extend/docker-runner/) and managing [Jobs](/integrate/jobs/). |
30
+
|[Scheduler API](https://app.swaggerhub.com/apis/odinuv/scheduler)| API to automate configurations. |
31
+
|[Stream API](https://stream.keboola.com/v1/documentation/)| The Keboola Stream API allows you to ingest small and frequent events into your project’s storage. |
32
+
|[Synchronous Actions API](https://app.swaggerhub.com/apis/odinuv/sync-actions)| API to trigger [Synchronous Actions](/extend/common-interface/actions/). This is a partial replacement of Docker Runner API and may not be available on all stacks. |
33
+
|[Templates API](https://templates.keboola.com/v1/documentation/)| The Keboola Templates API allows you to apply a [template](/cli/templates/). |
34
+
|[Vault](https://vault.keboola.com/docs/swagger.yaml)| Service handling variables & credentials storage. |
35
+
|[Workspaces API](https://sandboxes.keboola.com/documentation)| Workspaces API for V2 workspaces. |
35
36
36
37
37
38
If you're unsure which API to use, refer to our [integration guide](/integrate/). It describes the roles of different APIs and contains examples of commonly
0 commit comments