upload_document
Upload a document to Paperless-NGX with optional metadata like title, correspondent, and tags. Returns a task UUID for tracking progress.
Instructions
Upload a document. Returns the task UUID for polling via get_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | No | ||
| created | No | ||
| filename | Yes | ||
| correspondent | No | ||
| custom_fields | No | ||
| document_type | No | ||
| content_base64 | Yes | ||
| archive_serial_number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |