Keboola Others API

The Others API from Keboola — 2 operation(s) for others.

Operations 3

GET / Index endpoint #
GET /health-check Health-check endpoint #
POST /health-check Health-check endpoint #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/keboola-others-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

keboola-others-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Keboola Others API
  version: '1.0'
  description: 'Operations tagged Others across 5 of this provider''s published API definitions: keboola-ai-api-openapi.yml, keboola-editor-api-openapi.yml, keboola-encryption-api-openapi.yml, keboola-oauth-broker-api-openapi.yml, keboola-vault-api-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://encryption.{stack}
  variables:
    stack:
      enum:
      - keboola.com
      - eu-central-1.keboola.com
      - north-europe.azure.keboola.com
      - europe-west2.gcp.keboola.com
      - europe-west3.gcp.keboola.com
      - us-east4.gcp.keboola.com
      - eu-west-1.aws.keboola.dev
      - east-us-2.azure.keboola-testing.com
      - us-central1.gcp.keboola.dev
      default: keboola.com
- url: http://localhost:8080
tags:
- name: Others
paths:
  /:
    get:
      summary: Index endpoint
      operationId: index
      tags:
      - Others
      description: 'Returns basic information about the service.

        '
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                required:
                - appName
                - appVersion
                - apiDocs
                properties:
                  appName:
                    type: string
                  appVersion:
                    type: string
                  apiDocs:
                    type: string
                    format: url
                example:
                  appName: ai-service
                  appVersion: production-123eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee123.Release-158
                  apiDocs: https://ai.keboola.com/docs/swagger.yaml
  /health-check:
    get:
      summary: Health-check endpoint
      operationId: healthCheck
      tags:
      - Others
      description: 'Checks the service is up & running.

        '
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                required:
                - status
                properties:
                  status:
                    type: string
                    enum:
                    - ok
                example:
                  status: ok
    post:
      summary: Health-check endpoint
      operationId: healthCheck
      tags:
      - Others
      description: 'Checks the service is up & running.

        '
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                properties:
                  api:
                    type: string
                  documentation:
                    type: string
                    format: url
                example:
                  api: symfony-skeleton
                  documentation: http://localhost/docs/swagger.yaml
components:
  securitySchemes:
    ApiKeyAuth:
      type: apiKey
      in: header
      name: X-StorageApi-Token
    configMigration:
      type: apiKey
      in: header
      name: X-KBC-ManageApiToken
      description: Assigned user must have `can-migrate-secrets` feature
    StorageToken:
      type: apiKey
      in: header
      name: X-StorageApi-Token
    ManageToken:
      type: apiKey
      in: header
      name: X-KBC-ManageApiToken
x-refined-from:
- keboola-ai-api-openapi.yml
- keboola-editor-api-openapi.yml
- keboola-encryption-api-openapi.yml
- keboola-oauth-broker-api-openapi.yml
- keboola-vault-api-openapi.yml