Is it possible to upload a video directly to buildships or an API?

Database & APIs

I allow users to upload videos to my app and my current action chain requires me to upload to Supabase, take that url, and put it through my buildship api to compress it, just to re-upload it again.

Is there a trick to just have the uploaded media go directly to a video compression api?

What have you tried so far?

I have messed around with the action chain and user uploaded media but I can’t find an option that will allow me to get a temporary url to send to my buildship API (or any api)

Did you check FlutterFlow's Documentation for this topic?
Yes