---
title: "Proxy an image"
method: GET
path: "/proxy-image"
tags: ["proxy"]
---

# Proxy an image

`GET /proxy-image`

Fetches an image from a given URL and returns it with cache headers.

## Query parameters

- `url` string, required

## Response `200`

Image content

## Other responses

- `400` — Missing url
- `500` — Internal Server Error

---

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