Flowise · Capability

Feedback

Feedback 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

feedback.yaml Raw ↑
name: flowise-feedback
description: |
  Capture and update human feedback on chat messages so chatflow authors can
  evaluate quality and drive supervised improvement loops.
provider: flowise
api: flowise
authentication:
  type: bearer
baseUrl: http://localhost:3000/api/v1
operations:
  - id: create-feedback
    method: POST
    path: /feedback
    summary: Create new chat message feedback
  - id: list-feedback
    method: GET
    path: /feedback/{id}
    summary: List all chat message feedback for a chatflow
  - id: update-feedback
    method: PUT
    path: /feedback/{id}
    summary: Update chat message feedback
tags:
  - Feedback
  - Evaluation
  - Human In The Loop