# How to access image taken by thunkable Camera by ChatGPT

**URL:** https://community.thunkable.com/t/how-to-access-image-taken-by-thunkable-camera-by-chatgpt/3304715
**Category:** Web API's
**Created:** [October 28, 2024, 12:10am UTC](https://community.thunkable.com/t/how-to-access-image-taken-by-thunkable-camera-by-chatgpt/3304715 "2024-10-28T00:10:04Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![alex2013.niuhl54uc](https://avatars.discourse-cdn.com/v4/letter/a/ce73a5/32.png) [@alex2013.niuhl54uc](https://community.thunkable.com/u/alex2013.niuhl54uc)
#### Post date: [October 28, 2024, 12:10am UTC](https://community.thunkable.com/t/how-to-access-image-taken-by-thunkable-camera-by-chatgpt/3304715/1 "2024-10-28T00:10:04Z")

</div>

I am trying to create an app, that can take a picture and generate image information through ChatGPT.  
Below is the detailed information:

 ![Screenshot 2024-10-27 192646](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/c/8c53723dce910c2877ffb7f8cbdbde0d3fe9e568.png)  
 ![code_2](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/4/1/41eb7d57a659cc261c7ce3c3f669a5de193c5f10.png)

I can create a picture but when click “Generate text”, it showed:  
"It seems like you’ve pasted a blob URL, which is typically a reference to a temporary file or resource created in a web application, in this case from Thunkable. Unfortunately, I can’t access or open blob URLs directly. If you need help with something specific from a Thunkable project or any other platform, you might consider downloading the relevant content and describing it, or providing more context or information about the problem or question you have.:

I think the main issue is ChatGPT cannot access the image.

Can someone help out? Thanks

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [October 28, 2024, 3:21am UTC](https://community.thunkable.com/t/how-to-access-image-taken-by-thunkable-camera-by-chatgpt/3304715/2 "2024-10-28T03:21:57Z")

</div>

You can’t use the built-in OpenAI blocks to upload images. You’ll need to use the OpenAI API with the Thunkable Web API blocks to do that.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [October 28, 2024, 12:16pm UTC](https://community.thunkable.com/t/how-to-access-image-taken-by-thunkable-camera-by-chatgpt/3304715/3 "2024-10-28T12:16:29Z")

</div>

Hello @alex2013.niuhl54uc  
If you want to get information about an image you could use the [“description of image from” block](https://docs.thunkable.com/blocks/app-features/camera#image-recognition)

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/a/1a97516e1f48a498a7e535156f489427f7649132.png)

---

<div class="post-metadata">

### Author: ![alex2013.niuhl54uc](https://avatars.discourse-cdn.com/v4/letter/a/ce73a5/32.png) [@alex2013.niuhl54uc](https://community.thunkable.com/u/alex2013.niuhl54uc)
#### Post date: [October 28, 2024, 1:52pm UTC](https://community.thunkable.com/t/how-to-access-image-taken-by-thunkable-camera-by-chatgpt/3304715/4 "2024-10-28T13:52:17Z")

</div>

I tried but the result is some strange, and sometime it can not offer description.

---

<div class="post-metadata">

### Author: ![alex2013.niuhl54uc](https://avatars.discourse-cdn.com/v4/letter/a/ce73a5/32.png) [@alex2013.niuhl54uc](https://community.thunkable.com/u/alex2013.niuhl54uc)
#### Post date: [October 28, 2024, 2:10pm UTC](https://community.thunkable.com/t/how-to-access-image-taken-by-thunkable-camera-by-chatgpt/3304715/5 "2024-10-28T14:10:03Z")

</div>

Thank you for your response. This is my first time to use thunkable to connect API. Can you offer me details about how to set request and where should I put API key. Thanks a lot

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [October 28, 2024, 2:33pm UTC](https://community.thunkable.com/t/how-to-access-image-taken-by-thunkable-camera-by-chatgpt/3304715/6 "2024-10-28T14:33:10Z")

</div>

It’s not easy but there are some examples in this topic: [Open Ai source ChatGPT API undefined response](https://community.thunkable.com/t/open-ai-source-chatgpt-api-undefined-response/2972058)

It took me many hours to figure out how to do what I wanted to do for my chat bot: [Chat AI & Image Generator (aka Synthi)](https://community.thunkable.com/t/chat-ai-image-generator-aka-synthi/2227603)

---

<div class="post-metadata">

### Author: ![alex2013.niuhl54uc](https://avatars.discourse-cdn.com/v4/letter/a/ce73a5/32.png) [@alex2013.niuhl54uc](https://community.thunkable.com/u/alex2013.niuhl54uc)
#### Post date: [October 28, 2024, 7:44pm UTC](https://community.thunkable.com/t/how-to-access-image-taken-by-thunkable-camera-by-chatgpt/3304715/7 "2024-10-28T19:44:20Z")

</div>

Thanks so much. I checked open AI API Docs guide ([https://platform.openai.com/docs/guides/vision](https://platform.openai.com/docs/guides/vision)) and I think below code maybe very helpful for me. Unfortunately I am thunkable beginner and do not know how to transfer this code into thunkable block language. I am wondering do you have time to help me out? Thanks a lot.

 ![chat_gpt_image analysis](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/5/f/5faa1ad4635e2333c9ce2216745370b4499bbe84.png)

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [October 29, 2024, 12:47am UTC](https://community.thunkable.com/t/how-to-access-image-taken-by-thunkable-camera-by-chatgpt/3304715/8 "2024-10-29T00:47:47Z")

</div>

I’m unfortunately not able to take on any new consulting clients right now. There may be other people who you can hire or who can offer advice about this. But as I said, it’s complicated. I don’t recommend starting with the OpenAI API until you’re pretty comfortable with Thunkable and have made a few lengthy projects.

---

<div class="post-metadata">

### Author: ![alex2013.niuhl54uc](https://avatars.discourse-cdn.com/v4/letter/a/ce73a5/32.png) [@alex2013.niuhl54uc](https://community.thunkable.com/u/alex2013.niuhl54uc)
#### Post date: [October 29, 2024, 11:35am UTC](https://community.thunkable.com/t/how-to-access-image-taken-by-thunkable-camera-by-chatgpt/3304715/9 "2024-10-29T11:35:00Z")

</div>

OK, Thanks. Do not mind.
