Api imgbb

Hi.
how can this api be used in glide to upload images?

thank you

You can’t do this directly, since they accept the image in --form I imagine this would take a proper POST call, let’s say using Integromat/Make.

Every time an image is uploaded, I assume through a form, you can use an on-submit action to trigger the webhook, sending the image link to Integromat/Make, plus the rowID.

Next, you make a POST call to Imgbb using the same structure as above.

You will get the resulting imgbb link and update it back to the row you want, either using the Glide API for Glide Tables or search row & update for Google Sheets.

Ok thank you

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.