---
title: "Proxy-fetch a plugin icon image"
method: GET
path: "/api/plugin/fetchImage?url=..."
tags: ["plugin"]
---

# Proxy-fetch a plugin icon image

`GET /api/plugin/fetchImage?url=...`

Fetches an 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 (e.g. raw.githubusercontent.com) directly in `<img>` tags.

## Response `200`

Image data

## Other responses

- `400` — Missing or invalid URL

## Changes

- **2026-07-20** `d13ee0bf2707` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/falconchristmas/apis/fpp-api/changes/api/plugin/fetchImage?url=.../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/5dc4f0eccb06/schema)
