create_prediction_with_files
Run a Flowise chatflow with attached files by providing chatflow ID, question, and uploads. Enable context-aware answers using images, documents, and other file types.
Instructions
Run a Flowise chatflow with file attachments (images, documents, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | No | Optional session ID for conversation continuity | |
| uploads | Yes | Files to upload with the request | |
| question | Yes | The question or prompt to send to the chatflow | |
| chatflowId | Yes | The ID of the chatflow to run | |
| overrideConfig | No | Optional configuration overrides for the chatflow |