---
title: "Proxy-fetch plugin icon image"
method: GET
path: "/api/plugin/fetchImage"
tags: ["plugin"]
---

# Proxy-fetch plugin icon image

`GET /api/plugin/fetchImage`

Fetches a plugin icon image from an external URL and serves it with the correct content-type. Used to bypass CSP restrictions that block loading images from external hosts directly in `<img>` tags.

## Query parameters

- `url` string, uri, required

## Response `200`

Image data

## Other responses

- `400` — Missing or invalid url parameter
- `404` — Failed to fetch image from URL

## Changes

- **2026-07-17** `b05212372abf` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/falconchristmas/apis/fpp-api/changes/api/plugin/fetchImage/get.md)

---

[API](https://skmtc.dev/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.dev/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/falconchristmas/fpp-api/revisions/11cf13cbf672/schema)
