Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Add API Scanning Setup section to scanners.rst #1691

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/scanners.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,22 @@ On Android, you can use these applications in combination with one of the :ref:`

.. _hannahswain: https://github.com/hannahswain
.. _benjaminfrank: https://github.com/benjaminfrank

API Scanning Setup
==================

This sections contains information on how to set up scanners to post directly to :ref:`Paperless API <api-file_uploads>`.

Doxie Q2
--------

This part assumes your Doxie is connected to WiFi and you know it's IP.

1. Open your Doxie web UI by navigating to its IP address
2. Navigate to Options -> Webhook
3. Set the *URL* to ``https://[your-paperless-ng-instance]/api/documents/post_document/``
4. Set the *File Parameter Name* to ``document``
5. Add the username and password to the respective fields (Consider creating a user just for your Doxie)
6. Click *Submit* at the bottom of the page

Congrats, you can now scan directly from your Doxie to your Paperless-ng instance!