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?
Was this page helpful?