Document
Triggers & InputDocument Node
Overview
Supports the following operations: File Upload, File URL, Base64 Input (Upstream).
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
fileMethod | string | — | Configuration field for fileMethod |
fileUrl | string | — | Configuration field for fileUrl |
fileName | string | — | Configuration field for fileName |
fileBase64 | string | — | Configuration field for fileBase64 |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{document.text}}anyOutput field: text
{{document.metadata}}anyOutput field: metadata
{{document.page_count}}anyOutput field: page_count
Examples
Basic Usage
Example configuration:
{
"fileMethod": "value",
"fileUrl": "value",
"fileName": "value",
"fileBase64": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
Try Document in Your Workflow
Create a free account and start building AI-powered workflows with the Document node.
Open Workflow Editor