UploadThing with Python
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?
Solution
Right now there is not. We are currently working on a way to support server-side uploads which we plan to have out in the next week or two, at which point, you would be able to implement the same calls we are doing in the JS package in Python to accomplish this