uploadingThing without UI?
Hey all, I'm trying to use uploadthing without a frontend. I'd basically make a csv file and then upload it to uploadthing.
I'm having trouble with the syntax as I don't need a router (I think) or middleware -- just want to upload the file. Is this possible?
Solution:Jump to solution
Youre looking for https://docs.uploadthing.com/api-reference/server#utapi
Server ā uploadthing
Docs for the best file uploader to date
2 Replies
Solution
Youre looking for https://docs.uploadthing.com/api-reference/server#utapi
Server ā uploadthing
Docs for the best file uploader to date
@Rhys as reece thank you, was looking in the docs and skipped over that one.
š