imgbb Integration

Hi,

I want to upload my image from upload component to imgbb. I do make the HTTP API integration like photo below, but why I get error 414 Request-URI Too Large? Am I wrong in the setting of API? Can anyone help?

I want to store my image in the imgbb because supabase database only can stored max 1mb base64 (anyone have alternative for this case except supabase storage?)

Thanks

Hi, per imgbb docs you would need to send the content of the image in the body, but from the docs it’s unclear if it’s possible to send it with JSON or Form Encoded

Hi Mota. I’m trying to send the content in the body too, but the response its always error ‘Bad Request’. Do you know where is another alternative place that can store free images like imgbb?