Flowise · Capability

Ping

Ping is a Naftiko capability published by Flowise, one of 13 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

ping.yaml Raw ↑
name: flowise-ping
description: Health probe for a Flowise server.
provider: flowise
api: flowise
authentication:
  type: none
baseUrl: http://localhost:3000/api/v1
operations:
  - id: ping
    method: GET
    path: /ping
    summary: Ping the server
tags:
  - Health
  - Observability