upload_flow
Upload a workflow to Langflow by providing a file object with name, JSON content, and optional MIME type.
Instructions
Upload a flow from file data. Provide an object with name, content (stringified JSON), and optional type fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File object with fields: name (string), content (string, max 10MB), type (optional string) |