Hi all,
I’m currently working on a project where I need to send an image from my FlutterFlow app to the OpenAI API for processing. However, I’m running into a “414 Request-URI Too Large” error, even though the image I’m trying to send is only around 300KB. I’ve tried various solutions, including reducing the image size further and ensuring the image is sent in a multipart/form-data format, but the issue persists.