How do you convert this curl request to blocks?

$ curl -
H ‘X-API-Key: INSERT_YOUR_API_KEY_HERE’
-F ‘image_file=@/path/to/file.jpg’
-F ‘size=auto’ \

Thanks for the help

try this

or

Taifun

This looks like the URL for removebg?

It also looks like a multipart data upload, which is currently not possible with the web component.

I have an example that uses a webviewer to do this

Yes that's what I'm trying to do!