SIRUM
    There is no UI for this app except an upload form for testing.

    Available methods:
    Upload a document
    POST https://records.sirum.org/upload

    Required Params:
    file_upload - File. The file to be uploaded
    username - String. Username of the currently logged in user. Once we integrate with the auth server this will no longer be necessary
    subject - String. The reason for the upload i.e. "donation items for donation #123"

    Optional:
    meta - any other info you would like to store alongside the doc. requires json.

    Download a document
    GET https://records.sirum.org/doc/[doc_id]

    Get document info
    GET https://records.sirum.org/info/[doc_id]

    Delete a document
    DELETE https://records.sirum.org/info/[doc_id]

    Get a list of documents by page
    GET https://records.sirum.org/list/[page_num]

    Search for documents matching a term
    GET https://records.sirum.org/search/[search_term]
                    

:)

Laravel v8.83.20 (PHP v7.4.28)