File Upload To AI Service

I’m building a next JS app written in JavaScript (I know, I know, I’m still learning). I want to know if Uploadthing will suit my use case. I need to allow users to upload audio files (greater than the 4.5mb limit of Vercel) which will then be passed to an AI service for transcription. Can I use upload thing in a purely JavaScript project? Are the uploads client side? If so can I stop the sharing of the URL with the client/ delete it once the AI transcription is complete?
2 Replies
Matvey
Matvey3mo ago
Yes, you can use UploadThing in a JS project. You can use uploadthing/server SDK to delete the files after the transcription is done
Kgram
KgramOP3mo ago
Thanks for the reply! And is it possible to manage the upload without providing the user the link to enhance security?
Want results from more Discord servers?
Add your server