# Bannerbear

{% hint style="success" %}
Review our [Bannerbear template](https://docs.google.com/spreadsheets/d/1623-oKHstsUsRY1CafRaxIKQrAkUt39cF3sVuDD1CeQ/edit?usp=sharing) and watch to the [Bannerbear video tutorial](https://www.loom.com/share/3f6a14b049864ff189cc7b517242de83)
{% endhint %}

| Formula                                                                                                                                                                                                                                                                                                                             |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>=Bannerbear(</strong> <a href="/pages/-Mj_8hkrybUtkpITWTcT"><strong>"options"</strong></a><strong>)</strong></p><p>Interact with the <a href="https://bannerbear.com">Bannerbear</a> API using only the SheetLink <a href="/pages/-Mj_8hkrybUtkpITWTcT">"options"</a></p>                                                |
| <p><strong>=Bannerbear\_GetTemplates(</strong> <a href="/pages/-Mj_8hkrybUtkpITWTcT"><strong>"options"</strong></a><strong>)</strong></p><p>Lists templates inside a project.</p>                                                                                                                                                   |
| <p><strong>=Bannerbear\_CreateImage( "template" ,"modifications" ,</strong><a href="/pages/-Mj_8hkrybUtkpITWTcT"><strong>"options"</strong></a><strong>)</strong></p><p>Initiate the creation of a Bannerbear image. See Bannerbear modification examples <a href="https://developers.bannerbear.com/#post-v2-images">here</a>.</p> |
| <p><strong>=Bannerbear\_GetImages(</strong> <a href="/pages/-Mj_8hkrybUtkpITWTcT"><strong>"options"</strong></a><strong>)</strong></p><p>Lists images inside a project.</p>                                                                                                                                                         |
| <p><strong>=Bannerbear\_GetImage( "image\_uid",</strong> <a href="/pages/-Mj_8hkrybUtkpITWTcT"><strong>"options"</strong></a><strong>)</strong></p><p>Retrieves a single Image object referenced by its unique ID.</p>                                                                                                              |
| <p><strong>=Bannerbear\_GetImagePNG( "image\_uid",</strong> <a href="/pages/-Mj_8hkrybUtkpITWTcT"><strong>"options"</strong></a><strong>)</strong></p><p>Get a PNG URL of a single Image referenced by its unique ID.</p>                                                                                                           |
| <p><strong>=Bannerbear\_GetImageJPG( "image\_uid",</strong> <a href="/pages/-Mj_8hkrybUtkpITWTcT"><strong>"options"</strong></a><strong>)</strong></p><p>Get a JPG URL of a single Image referenced by its unique ID.</p>                                                                                                           |

Developers can review the official [Bannerbear API Documentation](https://developers.bannerbear.com/) 📖

{% hint style="success" %}
Missing a formula? [Suggest one here](https://www.sheet.link/suggest) 💡
{% endhint %}

{% hint style="info" %}
Note that ["options"](/formulas/options.md) are optional, other variables are required 👍
{% endhint %}

### Video Tutorial

{% embed url="<https://www.loom.com/share/3f6a14b049864ff189cc7b517242de83>" %}

### Template

[Bannerbear Google Sheets Template](https://docs.google.com/spreadsheets/d/1623-oKHstsUsRY1CafRaxIKQrAkUt39cF3sVuDD1CeQ/edit?usp=sharing)

### Navigation <a href="#where-to" id="where-to"></a>

| Page                                                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <p>🚀 <a href="/pages/-MjtZY-40yRn97o3WpS0"><strong>Quick Start</strong></a>​</p><p>60 second getting started guide.</p>                                           |
| <p><strong>​</strong><a href="/pages/-MjtX5XgEZMTHrXWxuJv"><strong>❓ FAQ</strong></a><strong>​</strong></p><p>Answers to frequently asked SheetLink questions.</p> |
| <p>🛠️ <a href="/pages/-MjdlTO1gwme--tVTlRW"><strong>Functions</strong></a><strong>​</strong></p><p>Powerful functions unique to SheetLink.</p>                    |
| <p>💪 <a href="/pages/-Mj_8hkrybUtkpITWTcT"><strong>"options"</strong></a><strong>​</strong></p><p>Control the request to and response from any application.</p>   |

## 🚑 Need Help?

You can always contact us via <support@sheet.link> or by messaging us on Twitter [@SheetLink](https://twitter.com/SheetLink)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sheet.link/formulas/apps/bannerbear.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
