Hi, I am looking for a way to implement an API call as documented here"
The call (I am giving the Curl command below) depends on a localfile upload, but I cannot find a way to load the local filename into Bubble (e.g. with File Uploader or Image Uploader) options. Is there any solution you can suggest?
"curl -X POST “https://master-white-box-cartoonization-psi1104.endpoint.ainize.ai/predict” -H “Content-Type: multipart/form-data” -F “file_type=image” -F “source=@David_photo_1.JPG;type=image/jpeg”