-
-
Notifications
You must be signed in to change notification settings - Fork 64
4. Examples
Your friendly nerd edited this page Feb 14, 2025
·
3 revisions
- Upload document to Paperless-ngx
- Let Paperless-AI analyze it
- Open web interface
- Select document
- Click Analyze
- Navigate to "/chat"
- Enter queries about document content
-
Setup the workflow in paperless-ngx (Trigger)
- Triggertype: When document is added
-
Setup the workflow in paperless-ngx (Action)
- Webhook-URL: http://your-paperless-ai-instance/api/webhook/document
- Webhook-Parameter:
- url | {doc_url} <- Required
- prompt | "Your custom prompt" <- Optional
- Webhook-Head: x-api-key | your paperless-ai api key from settings tab
- Upload a document to paperless-ngx and it will trigger the webhook for direct processing of the file.