Knak Status API

The health-check ping every Knak customer-implemented contract must expose — 1 operation (GET /v1/ping). Implemented by the CUSTOMER, not by Knak; the base URL is the placeholder host Knak publishes in its Custom Validator and Custom DAM specifications.

Operations 1

GET /v1/ping Status check

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/knak-status-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 email required.

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

OpenAPI Specification

knak-status-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Knak Status API
  version: V1
  x-logo:
    url: https://s3.amazonaws.com/assets.knak.io/img/Knak-Logo-Medium.png
  description: 'Operations tagged Status across 2 of this provider''s published API definitions: knak-custom-validator-openapi-original.yml, knak-dam-openapi-original.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://yourService.com/yourValidationApi
- url: https://example.com
- url: https://yourService.com/yourDamApi
tags:
- name: Status
paths:
  /v1/ping:
    get:
      tags:
      - Status
      summary: Status check
      description: Check to see that the service is responsive, indicating to the User that the service is available. Any 200 response will be considered a success.
      security:
      - customSecurityHeader: []
      responses:
        200:
          description: ''
    servers:
    - url: https://yourService.com/yourValidationApi
    - url: https://example.com
components:
  securitySchemes:
    customSecurityHeader:
      type: apiKey
      in: header
      name: <security-header-name>
      description: The security header name and value is specified in the Integration Configuration stage in Knak.
x-refined-from:
- knak-custom-validator-openapi-original.yml
- knak-dam-openapi-original.yml