Difficulty combining upload component with HTTP API integration

Good day, i’m having trouble figuring out how to combine the upload component with an http api integration - it requires a “file” and “name” parameters, should those go in the body as json?
Attached is how the operation currently looks and the apis documentation. I appreciate any help :slightly_smiling_face:
Also any plans on S3 buckets integrations?

Hi, currently the Upload components provides the uploaded content in base64 format, from the brief documentation that you sent about your api, I don’t know if it supports it, currently the easiest way to use the Upload component is with the Supabase storage integration.