upload_document
Upload a document to a folder; the folder is created if missing. The document is processed by all sifts linked to the folder, enabling structured data extraction and natural language querying.
Instructions
Upload a document to a folder. The folder is created if it doesn't exist. The document will be processed by all sifts linked to the folder.
Args:
folder_path: Target folder path (e.g. '/invoices/2025'). Created if it doesn't exist.
filename: Original filename (used for display)
content_base64: Base64-encoded file bytesInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | Yes | ||
| filename | Yes | ||
| content_base64 | Yes |