# Read EXIF data from Images as calculated tool, someone use Exif?

**URL:** https://community.glideapps.com/t/read-exif-data-from-images-as-calculated-tool-someone-use-exif/79355
**Category:** Ask for Help
**Created:** [January 20, 2025, 5:00pm UTC](https://community.glideapps.com/t/read-exif-data-from-images-as-calculated-tool-someone-use-exif/79355 "2025-01-20T17:00:46Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![\_Romieux](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/_romieux/32/83089_2.png) [@\_Romieux](https://community.glideapps.com/u/_Romieux)
#### Post date: [January 20, 2025, 5:00pm UTC](https://community.glideapps.com/t/read-exif-data-from-images-as-calculated-tool-someone-use-exif/79355/1 "2025-01-20T17:00:46Z")

</div>

Hi,  
How we can read EXIF metadata from Images and add to some column. Can you add this tool to \<\> custom dev tools Image EXIF? Regards,

---

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [January 21, 2025, 2:10am UTC](https://community.glideapps.com/t/read-exif-data-from-images-as-calculated-tool-someone-use-exif/79355/2 "2025-01-21T02:10:05Z")

</div>

You could try this API here:

> **[Nokia acquires Rapid technology and team! 🚀](https://rapidapi.com/studio-xolo-studio-xolo-api/api/airexif2/playground/apiendpoint_7c3dbe3b-8b3c-498b-b7d7-7836fc824ead)**
>
> Nokia today announced that it has acquired Rapid’s technology assets, including the world’s largest API marketplace, and its highly skilled team.

Use the call api to send the image url.

---

<div class="post-metadata">

### Author: ![\_Romieux](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/_romieux/32/83089_2.png) [@\_Romieux](https://community.glideapps.com/u/_Romieux)
#### Post date: [January 21, 2025, 2:53pm UTC](https://community.glideapps.com/t/read-exif-data-from-images-as-calculated-tool-someone-use-exif/79355/3 "2025-01-21T14:53:11Z")

</div>

Hi, Thanks  
I tested to try using constructUrl and Fetch with no success, I get a token but construct URL is very difficult, Can you help me more plz.

---

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [January 21, 2025, 5:26pm UTC](https://community.glideapps.com/t/read-exif-data-from-images-as-calculated-tool-someone-use-exif/79355/4 "2025-01-21T17:26:06Z")

</div>

Of course! Show me what you got!

---

<div class="post-metadata">

### Author: ![\_Romieux](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/_romieux/32/83089_2.png) [@\_Romieux](https://community.glideapps.com/u/_Romieux)
#### Post date: [January 22, 2025, 8:29am UTC](https://community.glideapps.com/t/read-exif-data-from-images-as-calculated-tool-someone-use-exif/79355/5 "2025-01-22T08:29:15Z")

</div>

Rapid say free but not really, after login and select free option you can get 10 images no more.  
It’s not possible to add some external lib that are MIT like [exif-reader - npm](https://www.npmjs.com/package/exif-reader) or javascript tools?  
Regards

---

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [January 22, 2025, 11:37am UTC](https://community.glideapps.com/t/read-exif-data-from-images-as-calculated-tool-someone-use-exif/79355/6 "2025-01-22T11:37:08Z")

</div>

You could try with script module inside ai component with that npm, but not sure it would work as you want, since you want it in a column.

---

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [January 22, 2025, 11:38am UTC](https://community.glideapps.com/t/read-exif-data-from-images-as-calculated-tool-someone-use-exif/79355/7 "2025-01-22T11:38:05Z")

</div>

Rethinking about it, actually it would work. Just ask the ai component to save the exif data in another column.

---

<div class="post-metadata">

### Author: ![Laurence\_Schuberth](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/laurence_schuberth/32/65729_2.png) [@Laurence\_Schuberth](https://community.glideapps.com/u/Laurence_Schuberth)
#### Post date: [January 22, 2025, 12:02pm UTC](https://community.glideapps.com/t/read-exif-data-from-images-as-calculated-tool-someone-use-exif/79355/8 "2025-01-22T12:02:14Z")

</div>

I had this exact problem on an integration I’m working on and used [make.com](http://make.com) and a mod called 0codekit to pull the exif data do what I needed with it then populate back into glide

 ![Screenshot 2025-01-22 at 11.00.30 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/2/a/2a3810fa463118213887bc3a1d1ce5036c03053f.jpeg)

---

<div class="post-metadata">

### Author: ![\_Romieux](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/_romieux/32/83089_2.png) [@\_Romieux](https://community.glideapps.com/u/_Romieux)
#### Post date: [January 22, 2025, 1:11pm UTC](https://community.glideapps.com/t/read-exif-data-from-images-as-calculated-tool-someone-use-exif/79355/9 "2025-01-22T13:11:31Z")

</div>

Can you explain how to ask to AI component to g the response as Json ? I can’t get any result other than add some inputs as text

 ![Capture d’écran 2025-01-22 à 14.09.18](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/d/5df80dbe41cef93cfb61167c9345e8ecdd11eea6.png)

 ![Capture d’écran 2025-01-22 à 14.10.39](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/2/32a6922af8ed9c3de18a74403046c4b87d101b64.png)

---

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [January 22, 2025, 6:10pm UTC](https://community.glideapps.com/t/read-exif-data-from-images-as-calculated-tool-someone-use-exif/79355/10 "2025-01-22T18:10:47Z")

</div>

Here you go:

> [@Extract Exif Meta Data from Image with AI Component](https://community.glideapps.com/t/extract-exif-meta-data-from-image-with-ai-component/79418):
>
> Hello Gliders, Here is an exif extractor I was able to make with AI Component. Set the URL of the image, then it will save in the column you select here as JSON: Use this prompt: Variables : - imageUrl - exifData \<html style="height: auto !important; --color-accent: 215deg 99% 28%;" class="color-scheme-auto"\>\<head\> \<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&amp;display=swap" as="style"\> \<link rel="styleshee…
