get_file_image
Retrieve an image file from a Langflow workflow by providing the flow ID and file name, returning the image as base64 encoded data.
Instructions
Get an image file from a flow. Returns image content as base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_id | Yes | Flow ID (UUID) containing the image | |
| file_name | Yes | Name of the image file to retrieve |