Photograph Metadata

It actually is possible to get your photos metadata. It would be nice if Bubble built this feature into the photos/imgix options, as it would make the process easier, but here’s how you can do it now.

Create the following custom API call:


the link in the GET call is imgix’s link to one of your photos. The ‘fm’ key is what exposes the photos metadata. Click ‘Modify call types’ (It will say ‘Initialize call’ the first time) you can choose which fields you want to work with.

Then, when working with this API call in your app, you just need to make the portion of the link starting with //s3.amazonaws.com/… dynamic. Make that portion the photo’s URL.

5 Likes