# Base64 to Image

**URL:** https://community.make.com/t/base64-to-image/29159
**Category:** Questions
**Tags:** api
**Created:** [March 1, 2024, 10:03am UTC](https://community.make.com/t/base64-to-image/29159 "2024-03-01T10:03:37Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Gamec0de](https://avatars.discourse-cdn.com/v4/letter/g/6bbea6/32.png) [@Gamec0de](https://community.make.com/u/Gamec0de)
#### Post date: [March 1, 2024, 10:03am UTC](https://community.make.com/t/base64-to-image/29159/1 "2024-03-01T10:03:37Z")

</div>

Hi,

I need help with decoding base64 strings to images (preferably .png). Do you know any API solutions to this?

---

<div class="post-metadata">

### Author: ![Raj\_Bajaj](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/raj_bajaj/32/16864_2.png) [@Raj\_Bajaj](https://community.make.com/u/Raj_Bajaj)
#### Post date: [March 1, 2024, 10:34am UTC](https://community.make.com/t/base64-to-image/29159/2 "2024-03-01T10:34:51Z")

</div>

Hello,

Please find list of file conversion apps [here](https://www.make.com/en/integrations/category/file-conversions?addOnApps=1&nativeApps=1) that Make has inbuilt integration with.

Hope this points you in the right direction, thanks.

---

<div class="post-metadata">

### Author: ![samliew](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/samliew/32/13327_2.png) [@samliew](https://community.make.com/u/samliew)
#### Post date: [March 1, 2024, 1:21pm UTC](https://community.make.com/t/base64-to-image/29159/3 "2024-03-01T13:21:52Z")

</div>

You can use the built-in function `toString`

e.g.:

```plaintext
toString(data; base64)

```

For more information, see

## Links

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

### General

- [Help Center](https://www.make.com/en/help) | [Tutorials](https://www.make.com/en/help/tutorials.html)
- [Make Academy](https://academy.make.com) – learn Make and get your certificate **← CHECK THIS OUT**
- [Make Blog](https://www.make.com/en/blog) – get the latest updates
- [Features & Pricing](https://www.make.com/en/pricing)

### Help Center Basics

- [Mapping](https://www.make.com/en/help/mapping/mapping) – What is mapping? What can I map?
- [Mapping with arrays](https://www.make.com/en/help/mapping/mapping-arrays) – How to map items in an array
- [Aggregate an array for mapping complex fields](https://www.make.com/en/help/tools/flow-control#customizing-the-output)
- [Tokens for `parseDate`](https://www.make.com/en/help/functions/tokens-for-date-time-parsing) | [Tokens for `formatDate`](https://www.make.com/en/help/functions/tokens-for-date-time-formatting)
- [HTTP modules](https://www.make.com/en/help/tools/http) – Make a request, Get (download) a file
- [Webhooks](https://www.make.com/en/help/tools/webhooks) – Error Handling, Responding to webhooks

### Articles & Videos

- [Router Magic Formula](https://www.youtube.com/watch?v=4Q-5BsCtJu4) - YouTube
- [Error Handlers in Make](https://www.youtube.com/playlist?list=PLRE9E-rAD8U10mx2TRs54Nq1XJDdK9Kx4) - YouTube playlist
- [Getting started with OpenAI](https://community.make.com/t/getting-started-with-openai-gpt-3-and-make/7796)
- [How to use Regex in Make](https://community.make.com/t/how-to-use-regex-in-make/202)

---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [May 30, 2024, 12:34pm UTC](https://community.make.com/t/base64-to-image/29159/4 "2024-05-30T12:34:03Z")

</div>


