Docs/Triggers & Input/Document

Document

Triggers & Input

Document Node

Overview

Supports the following operations: File Upload, File URL, Base64 Input (Upstream).

Configuration

PropertyTypeDefaultDescription
fileMethodstring—Configuration field for fileMethod
fileUrlstring—Configuration field for fileUrl
fileNamestring—Configuration field for fileName
fileBase64string—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