I am using UploadThing on my main app where a user uploads a word document. I save it's UT URL in my DB. After it's submitted, I call a python API which runs some analysis on the document uploaded, creates a new document, uploads it and updates the DB. I looked through the documentations of UploadThing and couldn't find it, so I was wondering if there is any way to upload a document to UploadThing from Python?