# Render Chart or Dashboard as an Image with API

DappLooker provides a simple way to render charts or dashboards as images using our API. Follow the steps below to get the Image API Endpoint and use it with your API key to generate the image.

#### Step-by-Step Guide

1. Navigate to the [Discover Page](https://analytics.dapplooker.com/discover) on DappLooker and search the dashboard or chart you want to render as an image.

<figure><img src="/files/vdv5BkHXMpsNV4TkKYjb" alt=""><figcaption></figcaption></figure>

2. Once you have selected the desired dashboard or chart, look for the API button located at the top right corner of the page.

{% tabs %}
{% tab title="Chart" %}

<figure><img src="/files/XQ2mbv01iKAnm5oHj7Hf" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Dashboard" %}

<figure><img src="/files/Ohf2FLTQ4DUtvkdzohGk" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

3. Click on the API button. This will display the Image API Endpoint.&#x20;

{% tabs %}
{% tab title="Chart" %}

<figure><img src="/files/yVw7MhPFN7PAligko3H1" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Dashboard" %}

<figure><img src="/files/9mVOjFkgW0lnmmKNuoAr" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

* Copy the endpoint: [`https://api.dapplooker.com/image/34819026-6f62-4d11-ad1a-cb5fff6fc516?apiKey=<API-KEY>&type=2`](https://api.dapplooker.com/image/34819026-6f62-4d11-ad1a-cb5fff6fc516?apiKey=<API-KEY>\&type=2)
* Replace `<API-KEY>` with your actual API key:

  ```plaintext
  https://api.dapplooker.com/image/34819026-6f62-4d11-ad1a-cb5fff6fc516?apiKey=07f2a41b7abe4213b4ee3e359d0a7d90&type=2
  ```

#### **Example Usage**

You can use the generated URL in various ways, such as embedding it in a webpage, generating reports, or using it within your applications.

{% tabs %}
{% tab title="Chart" %}

<figure><img src="/files/BZy92fINO8KizPrwLlKp" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Dashboard" %}

<figure><img src="/files/wOb5fvpY45QTM8ifOqey" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

#### Conclusion

By following these steps, you can easily render any chart or dashboard as an image using DappLooker’s API. Ensure that your API key is kept secure and only shared with authorized individuals.&#x20;


---

# 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.dapplooker.com/api-guides/render-chart-or-dashboard-as-an-image-with-api.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.
