Flowise · Capability

Attachments

Attachments 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

attachments.yaml Raw ↑
name: flowise-attachments
description: |
  Upload file attachments scoped to a chatflow and chat session. The returned
  attachment descriptors can be referenced as `uploads` on a subsequent
  Prediction call.
provider: flowise
api: flowise
authentication:
  type: bearer
baseUrl: http://localhost:3000/api/v1
operations:
  - id: create-attachment
    method: POST
    path: /attachments/{chatflowId}/{chatId}
    summary: Create an attachments array for a chatflow/chat
tags:
  - Attachments
  - Uploads
  - Multimodal