---
title: "Respond with original image without any modifications"
method: GET
path: "/img/{imgUrl}/asis"
tags: ["images"]
---

# Respond with original image without any modifications

`GET /img/{imgUrl}/asis`

This could be useful when your Image API is behind CDN, so any /asis requests
will be cached there. The Content-Type preserved from the original.

## Path parameters

- `imgUrl` string, required

## Response `200`

The source image loaded from imgUrl

---

[API](https://skmtc.dev/pixboost/apis/image-cdn-api-for-web.md) · [All operations](https://skmtc.dev/pixboost/apis/image-cdn-api-for-web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pixboost/image-cdn-api-for-web/revisions/b1380a4d73ae/schema)
